|
@@ -36,8 +36,8 @@ 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)
|
|
|
|
|
- if (uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW') == '0' || uni.setStorageSync('OPEN_SHOP_ID') == '2') {
|
|
|
|
|
|
|
+ console.log(uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW'),'this.shopAdminId', this.getLoginInfo, this.getLoginInfo.openShop)
|
|
|
|
|
+ if (uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW') == '0' || this.getLoginInfo.openShop == '2') {
|
|
|
this.AUTHORITY_SHOW = true
|
|
this.AUTHORITY_SHOW = true
|
|
|
}
|
|
}
|
|
|
if (this.$util.isEmpty(this.getLoginInfo)) {
|
|
if (this.$util.isEmpty(this.getLoginInfo)) {
|