liuyg
2022-01-26 22b526a7ab81da32a97d866831b9177a42e34a90
src/components/mobileWindow/index.vue
@@ -67,7 +67,9 @@
                : item.name == '图集'
                ? 'el-icon-data-board'
                : item.name == '去这'
                ? 'el-icon-finished'
                ? quzheD
                  ? 'el-icon-loading'
                  : 'el-icon-finished'
                : item.name == '视频' || item.name == '返回'
                ? 'el-icon-video-camera-solid'
                : ''
@@ -103,6 +105,7 @@
  watch: {
    MobileWindowChangeData() {
      this.$store.dispatch("MSET_GETAUDIOBEGIN", "notOpen");
      this.quzheD = false;
      //数据更改
      //   this.fullscreenLoading = true;
      if (!this.MobileWindowsHide) {
@@ -243,6 +246,7 @@
      seebut: [],
      center: [],
      panoramaurl: "",
      quzheD: false, //是否点击了去这,并不能再按,以及不应用路线导航
    };
  },
  methods: {
@@ -253,6 +257,11 @@
      let query = this.query.query;
      // console.log(query);
      if (val == "去这") {
        if (that.quzheD) {
          console.log("不可点击");
          return;
        }
        that.quzheD = true;
        // return;
        //定位
        // console.log(this.query.query);
@@ -267,6 +276,7 @@
            fn: function (datas) {
              //获取回调路径
              that.routerS.push(datas);
              that.quzheD = false;
              if (once) {
                once = false;
                //加载第一条线路