Commit cf9755a0f2c3a3b3ce00797310639d369880d89d
1 parent
570ab1d3
自测。漏了一个
Showing
1 changed file
with
5 additions
and
2 deletions
packageE/pages/cart/cart2/cart2.wxml
@@ -120,7 +120,7 @@ | @@ -120,7 +120,7 @@ | ||
120 | <!-- 新增促销多活动的排版,单商品的时候 --> | 120 | <!-- 新增促销多活动的排版,单商品的时候 --> |
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)}}"> | 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 | <view class="bdb16" wx:if="{{util.check_show(items,item.show_can_cx[items.goods_id].cur_act.prom_type)}}"> | 122 | <view class="bdb16" wx:if="{{util.check_show(items,item.show_can_cx[items.goods_id].cur_act.prom_type)}}"> |
123 | - | 123 | + |
124 | <view bindtap="switch_cx_group" | 124 | <view bindtap="switch_cx_group" |
125 | data-index="{{pidx}}" | 125 | data-index="{{pidx}}" |
126 | data-gd_key="{{items.goods_id}}" | 126 | data-gd_key="{{items.goods_id}}" |
@@ -147,7 +147,10 @@ | @@ -147,7 +147,10 @@ | ||
147 | <block wx:for="{{item.show_can_cx}}" wx:for-item="pitem"> | 147 | <block wx:for="{{item.show_can_cx}}" wx:for-item="pitem"> |
148 | 148 | ||
149 | <block wx:if="{{ pitem.sele_prom_type==7 || pitem.sele_prom_type==10 }}"> | 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 | <view bindtap="switch_cx_group" | 154 | <view bindtap="switch_cx_group" |
152 | data-index="{{pidx}}" | 155 | data-index="{{pidx}}" |
153 | data-gd_key="{{index}}" | 156 | data-gd_key="{{index}}" |