Commit cf9755a0f2c3a3b3ce00797310639d369880d89d

Authored by yvan.ni
1 parent 570ab1d3

自测。漏了一个

packageE/pages/cart/cart2/cart2.wxml
... ... @@ -120,7 +120,7 @@
120 120 <!-- 新增促销多活动的排版,单商品的时候 -->
121 121 <block wx:if="{{(util.is_more_act(items,item.show_can_cx) && item.show_can_cx[items.goods_id] && item.show_can_cx[items.goods_id].act_arr.length>1)}}">
122 122 <view class="bdb16" wx:if="{{util.check_show(items,item.show_can_cx[items.goods_id].cur_act.prom_type)}}">
123   -
  123 +
124 124 <view bindtap="switch_cx_group"
125 125 data-index="{{pidx}}"
126 126 data-gd_key="{{items.goods_id}}"
... ... @@ -147,7 +147,10 @@
147 147 <block wx:for="{{item.show_can_cx}}" wx:for-item="pitem">
148 148  
149 149 <block wx:if="{{ pitem.sele_prom_type==7 || pitem.sele_prom_type==10 }}">
150   - <view class="bdb16" wx:if="{{items.is_act_last}}" >
  150 +
  151 +
  152 + <view class="bdb16" wx:if="{{pitem.is_duo_gd && pitem.act_arr.length>1 && items.is_act_last}}" >
  153 +
151 154 <view bindtap="switch_cx_group"
152 155 data-index="{{pidx}}"
153 156 data-gd_key="{{index}}"
... ...