From afabfdd1d588a51bd05729759800f81dbb3e4d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Sat, 18 Sep 2021 09:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=20=E5=95=86=E5=93=81=E6=90=9C=E7=B4=A2=E5=B7=B2=E5=94=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/navigation/search/searchPage.vue | 6 +++--- pages/product/shopPageGoods.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/navigation/search/searchPage.vue b/pages/navigation/search/searchPage.vue index 547dc4d..66f47fc 100644 --- a/pages/navigation/search/searchPage.vue +++ b/pages/navigation/search/searchPage.vue @@ -178,14 +178,14 @@
- 已售 {{ item.buyCount || "0" }} - {{ item.commentNum || "0" }}条评论 + 已售 {{ item.content.buyCount || "0" }} + {{ item.content.commentNum || "0" }}条评论
- {{ item.storeName || "暂无" }} + {{ item.content.storeName || "暂无" }}
diff --git a/pages/product/shopPageGoods.vue b/pages/product/shopPageGoods.vue index 2696e2d..10a91a7 100644 --- a/pages/product/shopPageGoods.vue +++ b/pages/product/shopPageGoods.vue @@ -13,7 +13,7 @@
¥{{ item.content.price | unitPrice }}
-
已售 {{ item.buyCount || "0" }}
+
已售 {{ item.content.buyCount || "0" }}