Commit 2c40e6170b45dd825e3875e29bea05575a222cc5

Authored by yvan.ni
1 parent 97cc154c

组合购活动页面

packageB/pages/zuhegou/index/index.wxml
... ... @@ -79,7 +79,7 @@
79 79 </block>
80 80 <block wx:else>
81 81 <view wx:if="{{all_num>0}}" class="t-c bg-fcfb c-fa8b2b fs28 pd20">
82   - 再买{{act.zhbuyqty-all_num>need_to_buy?act.zhbuyqty-all_num:need_to_buy}}件,{{need_to_buy}}下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】
  82 + 再买{{act.zhbuyqty-all_num>need_to_buy?act.zhbuyqty-all_num:need_to_buy}}件,下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】
83 83 </view>
84 84 <view wx:else class="t-c bg-fcfb c-fa8b2b fs28 pd20">
85 85 买{{act.zhbuyqty}}件,下单立享【{{act.zhprice}}元任选{{act.zhbuyqty}}件】
... ...