修改生活缴费功能
This commit is contained in:
@@ -290,9 +290,11 @@
|
||||
uni.showLoading({ title: '退出中...', mask: true })
|
||||
|
||||
const clearAndGo = () => {
|
||||
const uid = uni.getStorageSync('userId') || ''
|
||||
uni.removeStorageSync('token')
|
||||
uni.removeStorageSync('userId')
|
||||
uni.removeStorageSync('currentVillageId')
|
||||
uni.removeStorageSync('home_cache_' + uid)
|
||||
uni.removeStorageSync('home_cache')
|
||||
uni.hideLoading()
|
||||
uni.hideToast()
|
||||
|
||||
Reference in New Issue
Block a user