|
|
@@ -37,7 +37,11 @@ export default {
|
|
|
}
|
|
|
uni.setStorageSync('currentQuery', JSON.stringify(option))
|
|
|
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') {
|
|
|
+ if (uni.getStorageSync('SHOP_ADMIN_STROAGE_SHOW') == '0') {
|
|
|
+ this.AUTHORITY_SHOW = true
|
|
|
+ } else if (this.getLoginInfo.openShop == '2') {
|
|
|
+ this.MODEL_TITLE = '已申请'
|
|
|
+ this.MODEL_BTN_TEXT = '查看申请进度'
|
|
|
this.AUTHORITY_SHOW = true
|
|
|
}
|
|
|
if(this.$util.isEmpty(this.getLoginInfo)){
|