Commit 3db133c636259c7b14884ae0e833b2e154e48a95
1 parent
9fa7a93d
小程序最后一个的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.wxml
... | ... | @@ -125,7 +125,7 @@ |
125 | 125 | <block wx:if="{{item.show_can_cx[items.goods_id].sele_prom_type==7 || item.show_can_cx[items.goods_id].sele_prom_type==10 }}"> |
126 | 126 | |
127 | 127 | <!-- 是不是活动的最后一个商品 --> |
128 | - <view class="bdb16" > | |
128 | + <view class="bdb16" wx:if="{{items.is_act_last}}" > | |
129 | 129 | <view bindtap="switch_cx_group" |
130 | 130 | data-index="{{pidx}}" |
131 | 131 | data-gd_key="{{items.goods_id}}" | ... | ... |