bug修改

This commit is contained in:
姚亚男
2021-10-28 15:06:58 +08:00
parent 06d58bbdf3
commit 2b14a2cf49
9 changed files with 393 additions and 36 deletions
+9
View File
@@ -32,6 +32,15 @@ App({
icon: 'none',
duration: 2000
})
wx.removeStorage({
key: 'userInfoTemp',
})
wx.removeStorage({
key: 'userInfo',
})
wx.removeStorage({
key: 'X-Access-Token',
})
}
})
})