Commit b2dede73cb6f5d2ea0d72afe34462c0196ca1603

Authored by yvan.ni
1 parent 5b4a9bc7

参与优惠促销活动

packageE/pages/cart/cart2/cart2.wxml
... ... @@ -231,7 +231,7 @@
231 231 </view>
232 232 </block>
233 233  
234   - <view class="set-mes" wx:if="{{pitem.is_duo_gd && (items.prom_type==3 || items.cj_prom_type==3) && util.check_is_last(index,items.goods_id) }}">
  234 + <view class="set-mes" wx:if="{{pitem.is_duo_gd && pitem.sele_prom_type==3 && util.check_is_last(index,items.goods_id) }}">
235 235 <view class="use-item" data-pidx="{{pidx}}" data-can_cx_idx="{{index}}" bindtap='no_cj_prom'>
236 236 <icon color="{{!item.show_can_cx[items.goods_id].no_cj_prom?'red':'gray'}}" size="16" type="success"></icon>
237 237 <view class="yu_er">参与优惠活动</view>
... ...