From 428b552080dcc0a69c20be2784bc8085cc635e26 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 04 Jan 2022 14:51:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/mobilePopupOur/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index 92e36be..02192f2 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -249,6 +249,7 @@
         }
         that.tabTable[+campus - 1].child = outList;
       });
+      this.notLine();
     },
     //搜索请求
     getListSearchMethod(name) {
@@ -293,7 +294,13 @@
         that.fullscreenLoading = false;
         that.onlyData = outList;
       });
+      this.notLine();
+    },
+    notLine() {
+      setTimeout(() => {
+        this.fullscreenLoading = false;
+      }, 5000);
     },
   },
 };
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3