liuyg
2021-12-17 388af588a78a6a697a3bbc4154329460be6689c7
+弹窗退出时候不更新数据
1 files modified
10 ■■■■■ changed files
src/components/mobileWindow/index.vue 10 ●●●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue
@@ -39,10 +39,12 @@
  watch: {
    MobileWindowsHide() {
      //   this.fullscreenLoading = true;
      setTimeout(() => {
        // this.fullscreenLoading = false;
        console.log("地图点击弹窗数据请求参数", this.query);
      }, 500);
      if (this.MobileWindowsHide) {
        setTimeout(() => {
          // this.fullscreenLoading = false;
          console.log("地图点击弹窗数据请求参数", this.query);
        }, 500);
      }
    },
  },
  data() {