Commit 3470a48ad62f36d43a0961130f956fcb6cc95a3f
1 parent
d3e3d947
预约的提示语的优化
Showing
1 changed file
with
1 additions
and
1 deletions
components/my_confirm/my_confirm.wxml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <view style="position: relative"> |
7 | 7 | <view class="shut" bindtap="close_yu_e">ⅹ</view> |
8 | 8 | <view class="fs32 xc-black3 flex jc-center ai-center" style="padding: 10rpx 20rpx;min-height:220rpx;"><text>{{title}}</text></view> |
9 | - <view class="fs24" style="color:#ff1a34;position: relative; left:20rpx;top:-20rpx">注:礼包采用虚拟发货形式,支付成功后即到账。</view> | |
9 | + <view wx:if="{{is_show_txt}}" class="fs24" style="color:#ff1a34;position: relative; left:20rpx;top:-20rpx">注:礼包采用虚拟发货形式,支付成功后即到账。</view> | |
10 | 10 | <view class="flex jc-center ai_center" style="width: 100%;height: 75rpx;"> |
11 | 11 | <view bindtap="go_sure" class="fs30 white flex jc-center ai-center ck_btn" style="margin-right: 20rpx;background:#ececea;">{{s_text}}</view> |
12 | 12 | <view bindtap='go_cancle' class="fs30 xc-ash flex jc-center ai-center ck_btn color" >{{c_text}}</view> | ... | ... |