From df7b31e9bc762634a01536841b413cc65256752a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 10 Mar 2022 08:46:31 +0800
Subject: [PATCH] 部分改动
---
src/components/mobilemap/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/components/mobilemap/index.vue b/src/components/mobilemap/index.vue
index 295c2b1..8f8e9c9 100644
--- a/src/components/mobilemap/index.vue
+++ b/src/components/mobilemap/index.vue
@@ -453,7 +453,6 @@
ii++
cutHeight = height - startHeight
// console.log(cutHeight);
- console.log(height, 'see')
that.heights = height
that.heights1 = cutHeight
// return;
@@ -1047,7 +1046,7 @@
position: {},
lntLat: [+that.urlParameterData.jd, +that.urlParameterData.wd],
query: {
- introduce: '自定义标签',
+ introduce: '暂无内容',
address: '',
...(that.urlParameterData || {}),
lntLat: [+that.urlParameterData.jd, +that.urlParameterData.wd]
--
Gitblit v1.9.3