Browse Source

删除多余判断

wangning 5 years ago
parent
commit
53b1bdc8d6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      hdApp/src/admin/home/me.vue

+ 0 - 2
hdApp/src/admin/home/me.vue

@@ -183,7 +183,6 @@ export default {
       this.$refs.dorpdownSelect.dropdownShow = true;
     },
     async init () {
-      if(!this.AUTHORITY_SHOW) {
         try {
           const { data } = await mainMy();
           this.infoData = data;
@@ -192,7 +191,6 @@ export default {
           uni.stopPullDownRefresh();
         } finally {
         }
-      }
     },
     async selectSussess () {
       uni.showLoading({