This commit is contained in:
caolc
2023-03-22 09:23:04 +08:00
parent 84613456a7
commit 7247973c63
14 changed files with 475 additions and 197 deletions

View File

@@ -131,7 +131,12 @@
},
methods: {
weChatLogin(option){
uni.clearStorageSync()
let isJump = uni.getStorageSync('isJump');
uni.clearStorageSync();
if(isJump){
uni.setStorageSync('isJump',isJump)
}
this.refreshLocation()
let _that = this
uni.login({