Commit 2aae1af0b1580d38edff4fcd99ef9ef11a404220

Authored by yvan.ni
1 parent 3891a12a

小程序预售优化

packageC/pages/presell/cart/cart.wxml
... ... @@ -441,9 +441,7 @@
441 441 <view class="flex top-frame">
442 442 <view class="frame">
443 443 <view class="coupon-wode ib flex ellipsis-2 ">
444   - <text class="xc-brand t-c ib white {{filter.setcolor(item.UseObjectType)}}">
445   - {{filter.get_type_card(item.UseObjectType)}}
446   - </text>
  444 + <text class="xc-brand t-c ib white {{filter.setcolor(item.UseObjectType)}}">{{filter.get_type_card(item.UseObjectType)}}</text>
447 445 <block>{{item.Sum}}元优惠券</block>
448 446 </view>
449 447 <view class="coupon-time">
... ...