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