diff --git a/components/HomeNavCard/HomeNavCard.vue b/components/HomeNavCard/HomeNavCard.vue
new file mode 100644
index 0000000..fe81a30
--- /dev/null
+++ b/components/HomeNavCard/HomeNavCard.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+ 图片
+
+
+
+ 锁头
+
+
+
+ 沙漏
+
+
+
+ 沙漏
+
+
+
+ 图片
+
+
+
+ 锁头
+
+
+
+ 沙漏
+
+
+
+ 沙漏
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/ShowShopList/ShowShopList.vue b/components/ShowShopList/ShowShopList.vue
index a090a45..f6e3f62 100644
--- a/components/ShowShopList/ShowShopList.vue
+++ b/components/ShowShopList/ShowShopList.vue
@@ -1,6 +1,9 @@
-
+
@@ -11,6 +14,32 @@
return {
};
+ },
+ props: {
+ shopInfoList: {
+ type: Array,
+ default() {
+ return [
+ {
+ imageUrl: 'https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg',
+ title: '琴行铺面转让',
+ promotionNum: 23,
+ price: 5000,
+ date: '2023-11-02'
+ },
+ {
+ imageUrl: 'https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg',
+ title: '琴行铺面转让',
+ promotionNum: 28,
+ price: 8000,
+ date: '2023-11-02'
+ }
+ ]
+ }
+ }
+ },
+ computed: {
+
}
}
diff --git a/components/ShowShopListItem/ShowShopListItem.vue b/components/ShowShopListItem/ShowShopListItem.vue
index 456e06d..5b6d480 100644
--- a/components/ShowShopListItem/ShowShopListItem.vue
+++ b/components/ShowShopListItem/ShowShopListItem.vue
@@ -2,25 +2,51 @@
-
+
+
+
+ {{shopInfo.title}}
+
+
+ 锦江区
+
+
+ 200m2
+
+
+
+ 租金:{{shopInfo.price}}元/月
+ 发布日期:{{shopInfo.date}}
+
-
-
+
+
+ 已将该店推给
+ {{shopInfo.promotionNum}}
+ 位潜在客户
+
+ 我也要推广>>
-