From 5e47738f99e307bab1c8a5ee9ecd96d8c7f4a968 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 08 Jan 2022 10:43:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/mobilemap/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/mobilemap/index.vue b/src/components/mobilemap/index.vue
index 18780ee..3edfe80 100644
--- a/src/components/mobilemap/index.vue
+++ b/src/components/mobilemap/index.vue
@@ -267,8 +267,8 @@
// if (height > 2000) {
// conBack(2000);
// }
- if (height < 200 && isSet) {
- conBack(200);
+ if (height < 0 && isSet) {
+ conBack(0);
}
if (height > 4000 && isSet) {
conBack(4000);
--
Gitblit v1.9.3