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>