Преглед на файлове

提示类建店指标跳转页

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) => {