removeStorageSync

This commit is contained in:
shijingjing
2022-11-18 09:33:46 +08:00
parent face324b7c
commit 803f3d52a5

View File

@@ -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)