From ee7af3674e44001aafbe24bcf10f87ef2344a84f Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期六, 11 十月 2025 11:31:11 +0800 Subject: [PATCH] 电子围栏回显 --- ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html b/ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html index 1879328..5fe7259 100644 --- a/ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html +++ b/ManagementZYTravel/guns-admin/src/main/webapp/WEB-INF/view/system/specialAreaBilling/specialAreaBilling_edit.html @@ -123,7 +123,8 @@ <script src="https://webapi.amap.com/maps?v=1.4.15&key=83a918fd5e6ed82be74e3056d403dbe6&plugin=AMap.MouseTool,AMap.DistrictSearch,AMap.PolyEditor,AMap.RectangleEditor,AMap.CircleEditor"></script> <script src="${ctxPath}/static/modular/system/specialAreaBilling/electricFence.js"></script> <script src="${ctxPath}/static/modular/system/specialAreaBilling/specialAreaBilling_info.js"></script> - +<script> var coordinateData = "${data.coordinate}"; +</script> <script> $(function() { var elem = document.querySelector(".js-switch"); -- Gitblit v1.7.1