202404-预订信息列表开门
This commit is contained in:
@@ -80,9 +80,15 @@ Page({
|
||||
let isRead = getTimeoutStorage('isReaded');
|
||||
console.log('isRead======' + isRead)
|
||||
if (isRead == 'ojbk') {
|
||||
wx.showToast({
|
||||
title:'足球场开门成功',
|
||||
icon : "success"
|
||||
app.$api.memberTicketOpenDoor({
|
||||
ticketId: ticketId
|
||||
}).then(res => {
|
||||
if (res.enterFlag) {
|
||||
wx.showToast({
|
||||
title:'足球场开门成功',
|
||||
icon : "success"
|
||||
})
|
||||
}
|
||||
})
|
||||
}else {
|
||||
wx.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user