Commit 3470a48ad62f36d43a0961130f956fcb6cc95a3f

Authored by yvan.ni
1 parent d3e3d947

预约的提示语的优化

components/my_confirm/my_confirm.wxml
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 <view style="position: relative"> 6 <view style="position: relative">
7 <view class="shut" bindtap="close_yu_e">ⅹ</view> 7 <view class="shut" bindtap="close_yu_e">ⅹ</view>
8 <view class="fs32 xc-black3 flex jc-center ai-center" style="padding: 10rpx 20rpx;min-height:220rpx;"><text>{{title}}</text></view> 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 <view class="flex jc-center ai_center" style="width: 100%;height: 75rpx;"> 10 <view class="flex jc-center ai_center" style="width: 100%;height: 75rpx;">
11 <view bindtap="go_sure" class="fs30 white flex jc-center ai-center ck_btn" style="margin-right: 20rpx;background:#ececea;">{{s_text}}</view> 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 <view bindtap='go_cancle' class="fs30 xc-ash flex jc-center ai-center ck_btn color" >{{c_text}}</view> 12 <view bindtap='go_cancle' class="fs30 xc-ash flex jc-center ai-center ck_btn color" >{{c_text}}</view>