From 53ca8b79dd22b731abf4f7f7b438d1572f3223c6 Mon Sep 17 00:00:00 2001 From: antploy Date: Fri, 29 Oct 2021 17:08:12 +0800 Subject: [PATCH] 商品详情 更多门店,开通等级卡样式错乱优化 --- pages/goods/goodsInfo/goodsInfo.wxml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index 5aecce7..1658c53 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -308,10 +308,7 @@ 成为{{g_filters.get_card_price(data,card_list,1)}}立 - - 省{{filters.toFix(data.shop_price-g_filters.get_card_price(data,card_list,0),2)}} - - 元 + 省{{filters.toFix(data.shop_price-g_filters.get_card_price(data,card_list,0),2)}} 开通会员 尽享更多优惠 @@ -355,8 +352,8 @@ - 销量:{{sele_g.sales_sum}}件 - 折扣:{{sele_g.disc}}折 + 销量:{{data.sales_sum}}件 + 折扣:{{data.disc}}折 {{categories3[0].num}}人评价 @@ -420,10 +417,7 @@ 选择门店 - - 更多门店 - - + 更多门店 @@ -1113,10 +1107,7 @@ 选择门店 - - 更多门店 - - + 更多门店 (库存不足) @@ -1384,10 +1375,7 @@ - - {{choice_sort_store==0?'更多门店':'返回'}} - - + {{choice_sort_store==0?'更多门店':'返回'}} -- libgit2 0.21.4