Sfoglia il codice sorgente

Merge branch 'feature_20250116_提示类建店指标跳转页' into uat(dev)

zhujindu 2 giorni fa
parent
commit
59ed05173c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) => {