payment.axml 2.1 KB

1
  1. <uni-popup vue-id="7fc884a1-1" type="bottom" mask-click="{{false}}" ref="__r" data-ref="popup" onVueInit="__l"><view class="pay"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="pay_close" onTap="__e"><image src="/static/image/home/guanbi@2x.png" mode></image></view><view class="pay_head">支付</view><view class="pay_shop flexs"><view class="pay_shop_img"><view class="pay_shop_img_top"><view class="pay_shop_img_left"><image src="{{boxMessage.image}}" mode="aspectFill"></image></view><view class="pay_shop_img_right"><image src="{{item}}" mode="aspectFill" a:for="{{boxMessage.right}}" a:for-item="item" a:for-index="index" a:key="index"></image></view></view><view class="pay_shop_img_bot"><image src="{{item}}" mode="aspectFill" a:for="{{boxMessage.bot}}" a:for-item="item" a:for-index="index" a:key="index"></image></view></view><view class="pay_shop_main"><view class="pay_shop_name">{{boxMessage.box_name}}</view><view class="pay_shop_price flex"><view class="pay_shop_price_l">{{boxMessage.coin_amount+"金币"}}</view><block a:if="{{boxMessage.coin_not_enough}}"><view class="pay_shop_price_btn center">金额不足</view></block></view></view></view><view class="pay_attention">{{boxMessage.notice}}</view><view class="pay_contant flexs"><image src="{{isConsent?'/static/image/publice/xuanzhong1@2x.png':'/static/image/publice/weixuanzhong1@2x.png'}}" mode data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" onTap="__e"></image><text data-event-opts="{{[['tap',[['goBuyer',['$event']]]]]}}" onTap="__e">我已阅读并同意《盲盒商城买家须知》</text></view><view class="pay_ul flex"><block a:if="{{!boxMessage.coin_not_enough}}"><button class="pay_gold" hover-class="hover-view" disabled="{{!payFlag}}" data-event-opts="{{[['tap',[['goldPay',['$event']]]]]}}" onTap="__e">金币支付</button></block><block a:else><button class="pay_ul_btn" hover-class="hover-view" data-event-opts="{{[['tap',[['recharge']]]]}}" onTap="__e">立即充值</button></block><button class="pay_ul_btn" hover-class="hover-view" data-event-opts="{{[['tap',[['cashPay']]]]}}" onTap="__e">现金支付</button></view></view></uni-popup>