【修改】扫码签到判断条件修改
This commit is contained in:
@@ -122,7 +122,7 @@ Page({
|
||||
// 这里是 微信扫码进入的逻辑
|
||||
|
||||
// 微信扫码 判断是否登录
|
||||
if(options.q || true) {
|
||||
if(options.q) {
|
||||
let url = decodeURIComponent(options.q)
|
||||
let meetingId = url.split('=')[1]
|
||||
// 登录过的就直接签到 否则跳转登录页
|
||||
|
||||
Reference in New Issue
Block a user