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" }}