|
@@ -35,6 +35,7 @@ export default {
|
|
|
uni.setStorageSync('account', option.account)
|
|
uni.setStorageSync('account', option.account)
|
|
|
}
|
|
}
|
|
|
uni.setStorageSync('currentQuery', JSON.stringify(option))
|
|
uni.setStorageSync('currentQuery', JSON.stringify(option))
|
|
|
|
|
+ console.log(uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW'),'this.shopAdminId', this.getLoginInfo, this.getLoginInfo.openShop)
|
|
|
},
|
|
},
|
|
|
onShow(){
|
|
onShow(){
|
|
|
if (isLogin()&&!this.$util.isEmpty(this.getLoginInfo)) {
|
|
if (isLogin()&&!this.$util.isEmpty(this.getLoginInfo)) {
|