From ff7803c7293caa7f8aee531f83542c9e4f74a7ac Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Feb 2022 13:47:22 +0800
Subject: [PATCH] 我的标记的修改完善
---
src/components/mobileWindow/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/components/mobileWindow/index.vue b/src/components/mobileWindow/index.vue
index e570a75..a9ba440 100644
--- a/src/components/mobileWindow/index.vue
+++ b/src/components/mobileWindow/index.vue
@@ -267,6 +267,10 @@
// console.log(this.query.query);
// that.$store.commit("set_endPosition", this.query.query.lntLat);
let doit = (now) => {
+ if (now[0] == "失败") {
+ that.quzheD = false;
+ return;
+ }
let ints = {
start: [+now[0], +now[1]],
end: [+query.lntLat[0], +query.lntLat[1], 360],
--
Gitblit v1.9.3