202404-预订信息列表开门

This commit is contained in:
2024-05-27 17:42:29 +08:00
parent 298a18e933
commit d50e4a3ef2
4 changed files with 29 additions and 5 deletions

View File

@@ -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({