瀏覽代碼

Merge remote-tracking branch 'origin/master'

wangzhe 4 年之前
父節點
當前提交
b6a4dfa2aa

+ 7 - 7
mybusiness/src/main/resources/templates/business/manager/stationfiremanager/detail.html

@@ -43,13 +43,13 @@
 <script>
     $(function(){
         let json = {
-            id:"[[${id}]]",
-            name:"[[${name}]]",
-            latitude:"[[${latitude}]]",
-            longitude:"[[${longitude}]]",
-            contact_USER:"[[${contactUser}]]",
-            contact_PHONE:"[[${contactPhone}]]",
-            address:"[[${address}]]"
+            id:"[[${tResStationfire.id}]]",
+            name:"[[${tResStationfire.name}]]",
+            latitude:"[[${tResStationfire.latitude}]]",
+            longitude:"[[${tResStationfire.longitude}]]",
+            contact_USER:"[[${tResStationfire.contactUser}]]",
+            contact_PHONE:"[[${tResStationfire.contactPhone}]]",
+            address:"[[${tResStationfire.address}]]"
         };
         console.log(json);
         jczMarker(json);