diff --git a/components/ShowShopList/ShowShopList.vue b/components/ShowShopList/ShowShopList.vue
index 414c90a..eab12e1 100644
--- a/components/ShowShopList/ShowShopList.vue
+++ b/components/ShowShopList/ShowShopList.vue
@@ -54,12 +54,12 @@
imageUrl: 'https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg',
title: '琴行铺面转让',
promotionNum: 23,
- price: 6000,
+ price: 5000,
date: '2023-11-02',
pos: '锦江区',
exactPos: '锦江区-汇源南路366号',
sqr: 100,
- zrfText: "转让费:20万",
+ zrfText: "转让费:20000万",
category: '餐饮美食',
uname: "张先生",
phoneNum: 13348946108,
@@ -68,13 +68,13 @@
shopid: 2,
imageUrl: 'https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg',
title: '琴行铺面转让',
- promotionNum: 28,
+ promotionNum: 23,
price: 5000,
date: '2023-11-02',
pos: '锦江区',
exactPos: '锦江区-汇源南路366号',
sqr: 200,
- zrfText: "转让费:30万",
+ zrfText: "转让费:20000万",
category: '餐饮美食',
uname: "王先生",
phoneNum: 13348946108,
diff --git a/components/ShowShopListItem/ShowShopListItem.vue b/components/ShowShopListItem/ShowShopListItem.vue
index 2c7c0e6..575f8de 100644
--- a/components/ShowShopListItem/ShowShopListItem.vue
+++ b/components/ShowShopListItem/ShowShopListItem.vue
@@ -30,13 +30,13 @@
租金:{{shopInfo.price}}元/月
- 发布日期:{{shopInfo.date}}
- {{shopInfo.zrfText}}
+ 发布日期:{{shopInfo.date}}
+ {{shopInfo.zrfText}}
-
+
diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue
index b742465..0c2aef0 100644
--- a/pages/detail/detail.vue
+++ b/pages/detail/detail.vue
@@ -5,7 +5,7 @@
- {{title}}
+ {{shopInfo.title}}
@@ -73,7 +73,7 @@