liuyg
2022-01-18 88ab9e9eae67d6c08dcab2937095bb11ef5b47c6
+去这的bug
1 files modified
14 ■■■■ changed files
src/components/mobileWindow/index.vue 14 ●●●● patch | view | raw | blame | history
src/components/mobileWindow/index.vue
@@ -121,9 +121,11 @@
            this.seebut.push({
              name: "显示活动",
            });
            this.seebut.push({
              name: "去这",
            });
            if (queryData.notAddGoOn == "notAddGoOn") {
              this.seebut.push({
                name: "去这",
              });
            }
          }
          for (let k in this.seebut) {
            if (this.seebut[k].name == "定位") {
@@ -255,7 +257,11 @@
        let ints = {
          // start: [114.039946, 27.628475],
          // end: that.query.query.lntLat,
          start: [+that.query.query.lntLat[0], +that.query.query.lntLat[1]],
          start: [
            +that.query.query.lntLat[0],
            +that.query.query.lntLat[1],
            360,
          ],
          end: [114.031946, 27.621475],
          type: "driving",
          fn: function (datas) {