From 61ece754a673dfaa0930f8f3145e4e9e40eb0e6b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Mar 2022 17:33:32 +0800
Subject: [PATCH] 部分更改
---
src/components/mobilePopupOur/index.vue | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/components/mobilePopupOur/index.vue b/src/components/mobilePopupOur/index.vue
index e4297c8..3d1c1ed 100644
--- a/src/components/mobilePopupOur/index.vue
+++ b/src/components/mobilePopupOur/index.vue
@@ -124,6 +124,13 @@
// console.log("请求对应街道接口", this.popupOurOpenData);
this.getDataHeardDown();
},
+ watch: {
+ fullscreenLoading() {
+ if (this.fullscreenLoading) {
+ this.notLine();
+ }
+ },
+ },
methods: {
handleClick(tab, event) {
//头下部标签
@@ -169,7 +176,7 @@
},
//请求
getOutList(campus, type) {
- console.log(this.choiceMain, campus, type, "see");
+ // console.log(this.choiceMain, campus, type, "see");
let that = this;
let d;
if (this.choiceMain == "机构单位") {
@@ -294,7 +301,6 @@
}
that.tabTable[+campus - 1].child = outList;
});
- this.notLine();
},
//搜索请求
getListSearchMethod(name) {
@@ -340,11 +346,12 @@
that.fullscreenLoading = false;
that.onlyData = outList;
});
- this.notLine();
},
notLine() {
+ console.log("等待关闭");
setTimeout(() => {
this.fullscreenLoading = false;
+ console.log("关闭dolog");
}, 5000);
},
},
--
Gitblit v1.9.3