wangn пре 5 година
родитељ
комит
9b19c847a7
1 измењених фајлова са 0 додато и 9 уклоњено
  1. 0 9
      hdApp/src/mixins/globalMixins.js

+ 0 - 9
hdApp/src/mixins/globalMixins.js

@@ -79,15 +79,6 @@ export default {
 			if (this.init) {
 			if (this.init) {
 				this.init()
 				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: {
 	methods: {