wangn 5 лет назад
Родитель
Сommit
7896ec1237
1 измененных файлов с 0 добавлено и 12 удалено
  1. 0 12
      ghsApp/src/mixins/globalMixins.js

+ 0 - 12
ghsApp/src/mixins/globalMixins.js

@@ -70,8 +70,6 @@ export default {
 				}
 			})
 		}
-
-
 	},
 	onShow(){
 		if (isLogin()&&!this.$util.isEmpty(this.getLoginInfo)) {
@@ -79,16 +77,6 @@ export default {
 				this.init()
 			}
     }
-    if (uni.setStorageSync('OPEN_SHOP_ID') == '2') {
-      this.MODEL_TITLE = '已申请'
-      this.MODEL_BTN_TEXT = '查看申请进度'
-      this.AUTHORITY_SHOW = true
-      uni.hideTabBar()
-    } else if (uni.setStorageSync('SHOP_ADMIN_STROAGE_SHOW') == '0') {
-      this.AUTHORITY_SHOW = true;
-      uni.hideTabBar()
-    }
-
 	},
 	methods: {
     ...mapActions(['setUserShopAll']),