wupengfei 1 jaar geleden
bovenliggende
commit
773a1b30a9
2 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 1
      .idea/workspace.xml
  2. 0 1
      application/operate/view/recruit/form.html

+ 1 - 1
.idea/workspace.xml

@@ -401,7 +401,7 @@
       <workItem from="1692234047138" duration="17662000" />
       <workItem from="1692320300408" duration="11625000" />
       <workItem from="1692579530643" duration="3954000" />
-      <workItem from="1692665781192" duration="6964000" />
+      <workItem from="1692665781192" duration="7155000" />
     </task>
     <servers />
   </component>

+ 0 - 1
application/operate/view/recruit/form.html

@@ -477,7 +477,6 @@
         $("#longitude").val(sel_list[click_poi].location.lng);
         $("#latitude").val(sel_list[click_poi].location.lat);
         $("#lnglat").val(sel_list[click_poi].location.lng + ',' + sel_list[click_poi].location.lat ) ;
-
     })
 
     $("input[name='address']").on('change',function (e) {