|
|
@@ -55,6 +55,7 @@ export default {
|
|
|
this.AUTHORITY_SHOW = true;
|
|
|
uni.hideTabBar()
|
|
|
uni.setStorageSync('HOME_STATUS_STROAGE_SHOW', res.data.shopAdminId)
|
|
|
+ //shish 20210615
|
|
|
uni.setStorageSync('HOME_REFRESH', '2')
|
|
|
} else if (res.data.admin.openShop == '2' && res.data.shopAdminId == '0') {
|
|
|
this.MODEL_TITLE = '已申请'
|
|
|
@@ -151,6 +152,10 @@ export default {
|
|
|
})
|
|
|
uni.removeStorageSync('HOME_STATUS_STROAGE_SHOW')
|
|
|
uni.removeStorageSync('OPEN_SHOP_ID')
|
|
|
+
|
|
|
+ //shish 20210615
|
|
|
+ uni.removeStorageSync('HOME_REFRESH')
|
|
|
+
|
|
|
this.AUTHORITY_SHOW = false
|
|
|
uni.showTabBar()
|
|
|
|