From 375b92ebd2c4bf4dab9ac577a07dafeee4374f8f Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Mon, 29 Jun 2020 08:55:40 +0800 Subject: [PATCH] 1.预热中的商品,只能显示已拼0件 --- pages/goods/goodsInfo/goodsInfo.wxml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxml b/pages/goods/goodsInfo/goodsInfo.wxml index cabaafa..146f0df 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxml +++ b/pages/goods/goodsInfo/goodsInfo.wxml @@ -344,7 +344,8 @@ 零售价¥{{data.market_price}} - 已抢:{{prom_act.buy_num+prom_act.virtual}}件 + 已抢:{{prom_act.buy_num+prom_act.virtual}}件 + 已抢:0件 秒杀立省¥{{filters.toFix(data.market_price-prom_price,2)}} -- libgit2 0.21.4