Commit 3db133c636259c7b14884ae0e833b2e154e48a95

Authored by yvan.ni
1 parent 9fa7a93d

小程序最后一个的优化

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}}"
... ...