Commit e3a1140f87c581c4e657ac5c9356981fd6cae923
1 parent
b2dede73
优惠促销的优化
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/cart/cart2/cart2.wxml
@@ -233,7 +233,7 @@ | @@ -233,7 +233,7 @@ | ||
233 | 233 | ||
234 | <view class="set-mes" wx:if="{{pitem.is_duo_gd && pitem.sele_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 | <view class="use-item" data-pidx="{{pidx}}" data-can_cx_idx="{{index}}" bindtap='no_cj_prom'> | 235 | <view class="use-item" data-pidx="{{pidx}}" data-can_cx_idx="{{index}}" bindtap='no_cj_prom'> |
236 | - <icon color="{{!item.show_can_cx[items.goods_id].no_cj_prom?'red':'gray'}}" size="16" type="success"></icon> | 236 | + <icon color="{{!pitem.no_cj_prom?'red':'gray'}}" size="16" type="success"></icon> |
237 | <view class="yu_er">参与优惠活动</view> | 237 | <view class="yu_er">参与优惠活动</view> |
238 | </view> | 238 | </view> |
239 | </view> | 239 | </view> |