removeStorageSync
This commit is contained in:
		| @@ -135,15 +135,15 @@ export default { | ||||
|     tabClick(item,index) { | ||||
|       this.tabIndex = index; | ||||
|       this.sendType = item.value | ||||
|       uni.clearStorageSync('userSelect') | ||||
|       uni.clearStorageSync('wxGroupsUser') | ||||
|       uni.clearStorageSync('girdSelect') | ||||
|       uni.clearStorageSync('deptList') | ||||
|       uni.clearStorageSync('sendScope') | ||||
|       uni.clearStorageSync('ResidentTags') | ||||
|       uni.clearStorageSync('ResidentTagsRemove') | ||||
|       uni.clearStorageSync('circleTags') | ||||
|       uni.clearStorageSync('circleTagsRemove') | ||||
|       uni.removeStorageSync('userSelect') | ||||
|       uni.removeStorageSync('wxGroupsUser') | ||||
|       uni.removeStorageSync('girdSelect') | ||||
|       uni.removeStorageSync('deptList') | ||||
|       uni.removeStorageSync('sendScope') | ||||
|       uni.removeStorageSync('ResidentTags') | ||||
|       uni.removeStorageSync('ResidentTagsRemove') | ||||
|       uni.removeStorageSync('circleTags') | ||||
|       uni.removeStorageSync('circleTagsRemove') | ||||
|       this.$dict.load('mstStatus').then(() => { | ||||
|         this.getList() | ||||
|       }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user