【bug】签到后再次登录依然是签到页的bug
This commit is contained in:
@@ -161,7 +161,7 @@ Page({
|
||||
}
|
||||
}).catch(err => {})
|
||||
},meetingId)
|
||||
|
||||
|
||||
}
|
||||
// 这里是会议详情的跳转签到
|
||||
if(options.type === 'meetingDetail'){
|
||||
@@ -231,7 +231,7 @@ Page({
|
||||
if(options.isLoginSignIn){
|
||||
//请出缓存中的 isLoginSignIn 防止下次登录出现问题
|
||||
wx.removeStorage({
|
||||
key: 'isLoginSignIn',
|
||||
key: 'isSignLogin',
|
||||
})
|
||||
let meetingId = options.isLoginSignIn
|
||||
UserApi.scanCode({
|
||||
|
||||
Reference in New Issue
Block a user