From 88ab9e9eae67d6c08dcab2937095bb11ef5b47c6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 18 Jan 2022 10:16:50 +0800
Subject: [PATCH] +去这的bug
---
src/components/mobileWindow/index.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index 78ff41e..29bb797 100644
--- a/src/components/mobileWindow/index.vue
+++ b/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) {
--
Gitblit v1.9.3