This commit is contained in:
zhangmanman
2021-06-30 09:06:58 +08:00
parent b5c5316f8b
commit 34590d9f72
9 changed files with 900 additions and 15 deletions

View File

@@ -118,11 +118,11 @@ Page({
content : '请重新登录',
showCancel : false,
success : res => {
if (res.confirm) {
wx.redirectTo({
url: '/pages/login/login'
})
}
if (res.confirm) {
wx.redirectTo({
url: '/pages/login/login'
})
}
}
})
}