|
|
@@ -208,7 +208,10 @@ export const pageTo = (item) => {
|
|
|
})
|
|
|
} else if (item.type == 4) {
|
|
|
console.log('switchTab', item.query)
|
|
|
- uni.setStorageSync('switchTabQuery', item.query)
|
|
|
+ uni.setStorageSync('switchTabQuery', item.query)
|
|
|
+ if (item.query.account) {
|
|
|
+ uni.setStorageSync('account', item.query.account)
|
|
|
+ }
|
|
|
uni.switchTab({
|
|
|
url: item.url
|
|
|
})
|