my_confirm.wxml 1008 Bytes
<!-- 转入余额提示  -->
<view class="xc-pop-up"  wx:if="{{yu_e_show}}">
  <view class="xc-obscuration" bindtap='close_yu_e' catchtouchmove="ture"></view>
  <view> 
		<view class="xc-qr-frame">
			<view style="position: relative">
				 <view class="shut" bindtap="close_yu_e">ⅹ</view>
				 <view class="fs32 xc-black3 flex jc-center ai-center" style="padding: 10rpx 20rpx;min-height:220rpx;"><text>{{title}}</text></view>
				 <view wx:if="{{is_show_txt}}"  class="fs24" style="color:#ff1a34;position: relative; left:20rpx;top:-20rpx">注:礼包采用虚拟发货形式,支付成功后即到账。</view>
				 <view class="flex jc-center ai_center" style="width: 100%;height: 75rpx;">
					   <view bindtap="go_sure" class="fs30 white flex jc-center ai-center ck_btn" style="margin-right: 20rpx;background:#ececea;">{{s_text}}</view>
					 <view bindtap='go_cancle' class="fs30 xc-ash flex jc-center ai-center ck_btn color" >{{c_text}}</view>
				  </view>
			</view>
		</view>
  </view>
</view>