removeStorageSync
This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
||||
uni.$emit('update')
|
||||
this.$toast('提交成功')
|
||||
this.$store.dispatch('getUserInfo')
|
||||
uni.clearStorageSync('lastSelectedParty');
|
||||
uni.removeStorageSync('lastSelectedParty');
|
||||
setTimeout(() => {
|
||||
uni.redirectTo({url: `./partyAuthSuccess`})
|
||||
}, 600)
|
||||
|
||||
Reference in New Issue
Block a user