var trip_type = 146; var current_page = 1; var page_size = 1000; $(document).ready(function(){ $("#loading_html").show(); initdata(); }) function initdata(){ $.ajax({ url:base_api+"mytrip/index",//请求地址 type: "post", //请求方式 data:{ current_page:current_page, type:trip_type, page_size:page_size }, dataType: "json", success: function (data) { console.log(data); if(data.flag){ current_page = data.data.page.current_page; if(data.data.list.length==0){ if(trip_type == "146"){ $("#go_reserve").show(); }else{ $("#go_reserve_end").show(); } }else{ load_createHtml(data.data.list); } }else{ alert(data.msg) } }, fail: function (data) { } }); } function page_tech(){ current_page = parseInt(current_page)+1; $.ajax({ url:base_api+"mytrip/index",//请求地址 type: "post", //请求方式 data:{ current_page:current_page, type:trip_type, page_size:page_size }, dataType: "json", success: function (data) { console.log(data); if(data.flag){ page_createHtml(data.data.list); }else{ } }, fail: function (data) { } }); } function load_createHtml(data){ var temp = "" for(var i=0;i' + '
' + '
' + '
'+data[i].run_time+'
' + '
'+trip_time[2]+'日
' + '
'+trip_time[1]+'月
' + '
' + '' + '
' + '' + '
' + '
' + '' + '
周边游
' + '
' + '
' + '
  • ' + '
    ' + '
    '+data[i].line_name+'
    ' + '
    '+data[i].line_add+'
    ' + '
    ' + '
  • ' + '
    ' + '
    ' + '' }else{ var trip_time=data[i].run_date.split("-"); var new_time = data[i].minutes; var click_btn = ""; if(trip_type == "146"){ click_btn = '
    ' + '
    ' + '' + '
    电子车票
    ' + '
    ' + '
    ' + '' + '
    我要找车
    ' + '
    ' + '
    ' }else if(trip_type == "147"){ click_btn = '
    ' + '
    ' + '' + '
    电子车票
    ' + '
    ' + '
    ' + '' + '
    我要找车
    ' + '
    ' + '
    ' } temp += '
    ' + '
    ' + '
    ' + '
    ' + '
    '+data[i].run_time+'
    ' + '
    '+trip_time[2]+'日
    ' + '
    '+trip_time[1]+'月
    ' + '
    ' + ' ' + '
    ' + '
    ' + '
    ' + '
    ' + '
    全程用时:'+new_time+'
    ' + '
    ' + '
    ' + '
  • ' + '' + '
    ' + '
    '+data[i].start_area_name+''+data[i].start_res_name+'
    ' + '
    '+data[i].end_area_name+''+data[i].end_res_name+'
    ' + '
    ' + '
  • ' + '
    ' + click_btn + '
    ' + '
    ' } } $("#trip_list").html(temp); $(".check_code").click(function(){ var order_id = $(this).attr("order_id"); window.location.href="e_ticket.html?order_id="+order_id; }) $(".ditu").click(function() { var order_id = $(this).attr("order_id"); var run_date = $(this).attr("run_date"); $.ajax({ url:base_api+"weUser/journey/findCar",//请求地址 type: "post", //请求方式 data:{order_id:order_id,run_date:run_date}, dataType: "json", success: function (data) { console.log(data); if(data.flag == true){ window.location.href="search_bus.html?order_id="+order_id+"&run_date="+run_date; }else{ alert(data.msg); } }, fail: function (data) { } }); }); if(trip_type == "147"){ $(".check_code").off("click"); $(".ditu").off("click"); } } function page_createHtml(data){ var temp = "" for(var i=0;i' + '
    ' + '
    ' + '
    '+data[i].run_time+'
    ' + '
    '+trip_time[2]+'日
    ' + '
    '+trip_time[1]+'月
    ' + '
    ' + '' + '
    ' + '' + '
    ' + '
    ' + '' + '
    周边游
    ' + '
    ' + '
    ' + '
  • ' + '
    ' + '
    '+data[i].line_name+'
    ' + '
    '+data[i].line_add+'
    ' + '
    ' + '
  • ' + '
    ' + '
    ' + '' }else{ var trip_time=data[i].run_date.split("-"); var new_time = data[i].minutes; var click_btn = ""; if(trip_type == "146"){ click_btn = '
    ' + '
    ' + '' + '
    电子车票
    ' + '
    ' + '
    ' + '' + '
    我要找车
    ' + '
    ' + '
    ' }else if(trip_type == "147"){ click_btn = '
    ' + '
    ' + '' + '
    电子车票
    ' + '
    ' + '
    ' + '' + '
    我要找车
    ' + '
    ' + '
    ' } temp += '
    ' + '
    ' + '
    ' + '
    ' + '
    '+data[i].run_time+'
    ' + '
    '+trip_time[2]+'日
    ' + '
    '+trip_time[1]+'月
    ' + '
    ' + ' ' + '
    ' + '
    ' + '
    ' + '
    ' + '
    全程用时:'+new_time+'
    ' + '
    ' + '
    ' + '
  • ' + '' + '
    ' + '
    '+data[i].start_area_name+''+data[i].start_res_name+'
    ' + '
    '+data[i].end_area_name+''+data[i].end_res_name+'
    ' + '
    ' + '
  • ' + '
    ' + click_btn + '
    ' + '
    ' } } $("#trip_list").append(temp); $(".check_code").click(function(){ var order_id = $(this).attr("order_id"); window.location.href="e_ticket.html?order_id="+order_id; }) $(".ditu").click(function() { var order_id = $(this).attr("order_id"); var run_date = $(this).attr("run_date"); $.ajax({ url:base_api+"weUser/journey/findCar",//请求地址 type: "post", //请求方式 data:{order_id:order_id,run_date:run_date}, dataType: "json", success: function (data) { console.log(data); if(data.flag == true){ window.location.href="search_bus.html?order_id="+order_id+"&run_date="+run_date; }else{ alert(data.msg); } }, fail: function (data) { } }); }); if(trip_type == "147"){ $(".check_code").off("click"); $(".ditu").off("click"); } } $("#yuding").click(function(){ window.location.href="travel_book.html"; }); $("#go_bind").click(function(){ window.location.href="bind_order.html"; }); function cut_head(obj1,obj2){ trip_type = obj2; current_page = 1; $(".top_noselected").removeClass("top_selected"); $(obj1).children().addClass("top_selected"); $("#trip_list").html(""); $("#go_reserve").hide(); $("#go_reserve_end").hide(); initdata(); }