202404 足球入场逻辑
This commit is contained in:
@@ -120,6 +120,19 @@ Page({
|
||||
}
|
||||
},
|
||||
|
||||
enterJoin(){
|
||||
if (!this.data.memberLessonTicket.id){
|
||||
wx.showToast({
|
||||
title: '未找到课程预定信息!',
|
||||
icon: 'none',
|
||||
})
|
||||
return;
|
||||
}
|
||||
wx.navigateTo({
|
||||
url: '/pages/myEnterBook/index?ticketId=' + this.data.memberLessonTicket.id,
|
||||
})
|
||||
},
|
||||
|
||||
// 我要签到
|
||||
signIn() {
|
||||
let that = this;
|
||||
|
||||
Reference in New Issue
Block a user