Преглед изворни кода

提示类建店指标跳转页

zhujindu пре 10 месеци
родитељ
комит
a2bcfbc29c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/home/hintTabPage/unCreateStore.vue

+ 1 - 1
src/views/home/hintTabPage/unCreateStore.vue

@@ -304,7 +304,6 @@ export default {
     },
   },
   created() {
-    this.toastLoading(0, '加载中...', true);
     // 授权
     getTicketFun()
       .then(() => {
@@ -312,6 +311,7 @@ export default {
         getPosition()
           .then((res) => {
             let { TXisBD } = res;
+            this.toastLoading(0, '加载中...', true);
             this.getList(TXisBD);
           })
           .catch((error) => {