Explorar o código

fix: 第一个权益接口返回时应该取消全屏 loading

zhangyuhan hai 1 ano
pai
achega
06c0be02f1
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      apps/bigmember_pc/src/views/portrayal/UnitPortrayal.vue

+ 1 - 3
apps/bigmember_pc/src/views/portrayal/UnitPortrayal.vue

@@ -1066,10 +1066,8 @@ export default {
           if (res.error_msg === '' && res.data) {
             this.unitData = res.data
           }
-          if (!this.loginFlag) {
-            this.loading = false
-          }
         })
+        this.loading = false
       }
     })
     this.$nextTick(() => {