1212
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user