wupengfei 1 سال پیش
والد
کامیت
a498fbf22c
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 1 1
      .idea/workspace.xml
  2. 3 2
      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="5883000" />
+      <workItem from="1692665781192" duration="6018000" />
     </task>
     <servers />
   </component>

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

@@ -471,12 +471,13 @@
 
 
     $(document).on('click','.poibox',function (){
-        console.log(sel_list)
+        var click_poi =  $(".del_no").index(this);
+        console.log(click_poi,sel_list);
     })
 
     $("input[name='address']").on('change',function (e) {
        placeSearch.search( $("input[name='address']").val(),function (a,ls) {
-           sel_list = ls;
+           sel_list = ls.poiList.pois;
         }) ;
     })