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/pages/index/index.vue b/pages/index/index.vue index 00f08eb..2740541 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,7 +11,7 @@ > - + diff --git a/static/shoplist/sy_icon_lbdw.png b/static/shoplist/sy_icon_lbdw.png new file mode 100644 index 0000000..79f0c8f Binary files /dev/null and b/static/shoplist/sy_icon_lbdw.png differ diff --git a/static/shoplist/sy_icon_lbpm.png b/static/shoplist/sy_icon_lbpm.png new file mode 100644 index 0000000..4f6dc47 Binary files /dev/null and b/static/shoplist/sy_icon_lbpm.png differ