|
@@ -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;
|
|
|
}) ;
|
|
|
})
|
|
|
|