wupengfei 1 년 전
부모
커밋
ab736fff8f
2개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 3
      .idea/workspace.xml
  2. 5 2
      application/operate/view/recruit/form.html

+ 2 - 3
.idea/workspace.xml

@@ -3,8 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/controller/VideoUrl.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/controller/VideoUrl.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/nutrition/view/video_url/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/nutrition/view/video_url/form.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/recruit/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/recruit/form.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -402,7 +401,7 @@
       <workItem from="1692234047138" duration="17662000" />
       <workItem from="1692320300408" duration="11625000" />
       <workItem from="1692579530643" duration="3954000" />
-      <workItem from="1692665781192" duration="3461000" />
+      <workItem from="1692665781192" duration="5793000" />
     </task>
     <servers />
   </component>

+ 5 - 2
application/operate/view/recruit/form.html

@@ -403,7 +403,7 @@
     window._AMapSecurityConfig = {
         securityJsCode: "d9ec1c40b3aa3504369f304e359586b0",
     }
-    var placeSearch;
+    var placeSearch , sel_list;
     window.init = function(){
         var marker, map = new AMap.Map('container', {
             center:[longitude,latitude],
@@ -469,10 +469,13 @@
         }
     }
 
+    $('.poibox').on('click',function () {
+        console.log(sel_list)
+    })
 
     $("input[name='address']").on('change',function (e) {
        placeSearch.search( $("input[name='address']").val(),function (a,ls) {
-                console.log(a,ls)
+           sel_list = ls;
         }) ;
     })