扫码报名第二次测试
This commit is contained in:
@@ -50,6 +50,10 @@ Page({
|
||||
})
|
||||
})
|
||||
}
|
||||
}).catch(err => {
|
||||
wx.showToast({
|
||||
title: '加载失败',
|
||||
})
|
||||
})
|
||||
},
|
||||
// 报名
|
||||
@@ -102,9 +106,10 @@ Page({
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
let url = decodeURIComponent(options.q)
|
||||
if(url){
|
||||
let meetingId = url.split('=')[1]
|
||||
}
|
||||
console.log(options,'options');
|
||||
console.log(url,'url');
|
||||
let meetingId = url.split('=')[1]
|
||||
console.log(meetingId,'meetingId');
|
||||
this.queryMeetingDetail({id:meetingId})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user