| | |
| | | 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 == "定位") { |
| | |
| | | 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) { |