From 45c7addf91f1aa3778626eb82ee6148093c55c15 Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Wed, 03 Feb 2021 11:03:03 +0800
Subject: [PATCH] 地图定位添加

---
 public/map/index.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/public/map/index.html b/public/map/index.html
index 840c1b8..8edea66 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -4,7 +4,7 @@
  * @Author: yangsx
  * @Date: 2019-11-28 09:50:16
  * @LastEditors: song
- * @LastEditTime: 2021-01-29 16:25:05
+ * @LastEditTime: 2021-02-01 17:14:21
  -->
 <!DOCTYPE html>
 <html lang="zh">
@@ -61,9 +61,12 @@
     }
 
     function showFun(id) {
-      console.log(_AppEvent)
       _AppEvent.dispatchAppEvent(_AppEvent.RUN_WIDGET, id);
     }
+
+    function dw(x,y) {
+      _AppEvent.dispatchAppEvent("goto", {x:x,y:y});
+    }
   </script>
 </head>
 

--
Gitblit v1.9.3