Răsfoiți Sursa

删除多余判断

wangning 5 ani în urmă
părinte
comite
53b1bdc8d6
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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;
       this.$refs.dorpdownSelect.dropdownShow = true;
     },
     },
     async init () {
     async init () {
-      if(!this.AUTHORITY_SHOW) {
         try {
         try {
           const { data } = await mainMy();
           const { data } = await mainMy();
           this.infoData = data;
           this.infoData = data;
@@ -192,7 +191,6 @@ export default {
           uni.stopPullDownRefresh();
           uni.stopPullDownRefresh();
         } finally {
         } finally {
         }
         }
-      }
     },
     },
     async selectSussess () {
     async selectSussess () {
       uni.showLoading({
       uni.showLoading({