|
@@ -59,6 +59,7 @@ export default {
|
|
|
this.AUTHORITY_SHOW = true
|
|
this.AUTHORITY_SHOW = true
|
|
|
uni.hideTabBar()
|
|
uni.hideTabBar()
|
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
|
|
+ uni.removeStorageSync('HOME_REFRESH')
|
|
|
uni.setStorageSync('OPEN_SHOP_ID', res.data.admin.openShop)
|
|
uni.setStorageSync('OPEN_SHOP_ID', res.data.admin.openShop)
|
|
|
} else {
|
|
} else {
|
|
|
uni.showTabBar()
|
|
uni.showTabBar()
|
|
@@ -78,6 +79,12 @@ export default {
|
|
|
if (this.init) {
|
|
if (this.init) {
|
|
|
this.init()
|
|
this.init()
|
|
|
}
|
|
}
|
|
|
|
|
+ }
|
|
|
|
|
+ if (uni.getStorageSync('HOME_REFRESH') == '1') {
|
|
|
|
|
+ this.MODEL_TITLE = '已申请'
|
|
|
|
|
+ this.MODEL_BTN_TEXT = '查看申请进度'
|
|
|
|
|
+ this.AUTHORITY_SHOW = true
|
|
|
|
|
+ uni.hideTabBar()
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|