wx 篮球提示十分钟内可以需要进场
This commit is contained in:
@@ -355,11 +355,18 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
// 点击提示框确认
|
||||
confirmOutDialog() {
|
||||
// 出场
|
||||
this.showBarcode('000')
|
||||
},
|
||||
|
||||
// 点击提示框确认
|
||||
confirmDeleteDialog() {
|
||||
// 去支付
|
||||
app.$api.basketOrder({
|
||||
venueId: this.data.venues.id,
|
||||
enterFlag: this.data.venues.enterFlag,
|
||||
payMoney: this.data.payMoney
|
||||
}).then(res => {
|
||||
this.setData({
|
||||
|
||||
@@ -142,23 +142,6 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class='in-step-popup' catchtouchmove='unMove' wx:if="{{flg == 888}}">
|
||||
<view class='small-body body'>
|
||||
<view class='top'>
|
||||
<view class='title'>
|
||||
<image src='../../images/24@3x.png'></image>
|
||||
<text>提示</text>
|
||||
</view>
|
||||
<image src='../../images/23@3x.png' bindtap='closeInStep'></image>
|
||||
</view>
|
||||
<view class='center'>
|
||||
<view class='item'>
|
||||
<view class='step'>{{msg}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class='in-step-popup' catchtouchmove='unMove' wx:if="{{flg == 999}}">
|
||||
<view class='small-body body'>
|
||||
<view class='top'>
|
||||
@@ -190,6 +173,8 @@
|
||||
|
||||
<confirm-dialog title="提示" message="{{msg}}" confirmBtnTitle="确认支付" bindcancelselect="cancelDeleteDialog" bindconfirmselect="confirmDeleteDialog" wx:if="{{flg == 2}}"></confirm-dialog>
|
||||
|
||||
<confirm-dialog title="提示" message="{{msg}}" confirmBtnTitle="确认离场" bindcancelselect="cancelDeleteDialog" bindconfirmselect="confirmOutDialog" wx:if="{{flg == 888}}"></confirm-dialog>
|
||||
|
||||
<!--<confirm-dialog title="提示" message="请先上传照片,以供人脸识别入场" bindcancelselect="cancelDeleteDialog" bindconfirmselect="confirmDeleteDialog" wx:if="{{flg == 1}}"></confirm-dialog>-->
|
||||
|
||||
<confirm-dialog title="提示" message="请先绑定微信" confirmBtnTitle="绑定" isUserInfo="{{true}}" bindcancelselect="cancelWXDialog" bindgetuserinfo="getUserInfo" wx:if="{{isWxLogin}}"></confirm-dialog>
|
||||
|
||||
Reference in New Issue
Block a user