+
liuyg
2022-01-17 796b58deeae0f9df16ca5d9a9c826026afbdb2d6
+
2 files modified
23 ■■■■ changed files
src/components/mobileWindow/index.vue 9 ●●●●● patch | view | raw | blame | history
src/store/modules/mobile.js 14 ●●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue
@@ -106,6 +106,7 @@
      //   this.fullscreenLoading = true;
      if (!this.MobileWindowsHide) {
        this.video = ""; //清除视频
        this.seebut = []; //清除按钮
        let queryData = this.query.query;
        console.log(queryData, 789);
        this.title = queryData.name;
@@ -126,9 +127,11 @@
              this.seebut.splice(k, k + 1);
            }
          }
          this.seebut.push({
            name: "去这",
          });
          if (queryData.notAddGoOn != "notAddGoOn") {
            this.seebut.push({
              name: "去这",
            });
          }
        } else {
          this.seebut = [
            {
src/store/modules/mobile.js
@@ -778,7 +778,12 @@
          let windowData = {
            position,
            lntLat,
            query: { ...(value[1] || {}), position, lntLat },
            query: {
              ...(value[1] || {}),
              position,
              lntLat,
              notAddGoOn: "notAddGoOn",
            },
            useJWD: true, //仅使用经纬度
          };
          dispatch("setMobileWindows", windowData);
@@ -864,7 +869,12 @@
          let windowData = {
            position,
            lntLat,
            query: { ...(value[2] || {}), position, lntLat },
            query: {
              ...(value[2] || {}),
              position,
              lntLat,
              notAddGoOn: "notAddGoOn",
            },
            useJWD: true, //仅使用经纬度
          };
          dispatch("setMobileWindows", windowData);