shuishen
2022-01-04 428b552080dcc0a69c20be2784bc8085cc635e26
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>
</script>