From bf8fbc6768f4fbd6af290a42f4006e101941c7b6 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Wed, 30 Sep 2020 09:29:28 +0800 Subject: [PATCH] 已售要显示 --- pages/goods/categoryList/categoryList.wxml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/goods/categoryList/categoryList.wxml b/pages/goods/categoryList/categoryList.wxml index 62d4510..fd23232 100644 --- a/pages/goods/categoryList/categoryList.wxml +++ b/pages/goods/categoryList/categoryList.wxml @@ -464,8 +464,11 @@ {{g_filter.get_card_price(item,card_list,1)}} - 评论{{item.comment_count}} 已售{{item.sales_sum}} + + 评论{{item.comment_count}} 已售{{item.sales_sum}} + + 666 -- libgit2 0.21.4