Commit e8a6cbaa40caed2093337d8325a3d152d89e10f1
1 parent
b96b1e35
礼包券的说明
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/coupons/coupons.wxml
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 | </view> |
83 | 83 | <view class="c-info arrow-down {{detail.isShowDetails ? 'active':''}}" bindtap="clickDetails" data-index="{{idx}}"> |
84 | 84 | <!--<text class="{{detail.isShowDetails ? '':'ellipsis-1x'}}">使用说明: 包邮券,全场通用,满 {{detail.condition}}元使用{{detail.title?',不包邮地区:'+detail.title:''}}</text>--> |
85 | - <text class="{{detail.isShowDetails ? '':'ellipsis-1x'}}"><text style="margin-right: 15rpx">使用说明:</text>{{detail.Remark}}</text> | |
85 | + <text class="{{detail.isShowDetails ? '':'ellipsis-1x'}}"><text style="margin-right: 15rpx">使用说明:</text>购买礼包得优惠券【消费满{{time.toFix(detail.condition,2)}}元可用】</text> | |
86 | 86 | </view> |
87 | 87 | </block> |
88 | 88 | ... | ... |