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