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({
|
||||
|
||||
Reference in New Issue
Block a user