From 18f02b9ce8a3916f7556e41214ea3cb7bc2de351 Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 26 Jun 2019 11:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E7=A5=A8=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E9=A6=96=E9=A1=B5JS=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/views/homepage.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/third_party/trainsystem/views/homepage.php b/application/third_party/trainsystem/views/homepage.php index c19cd801..88321104 100644 --- a/application/third_party/trainsystem/views/homepage.php +++ b/application/third_party/trainsystem/views/homepage.php @@ -123,7 +123,7 @@ function selseat(seat){ train[0]->ArrivalTime;?> train[0]->adultcost;?> status)?"否":"";?> - + @@ -401,7 +401,8 @@ function selseat(seat){ }); people_sn=people_sn.substring(1); - var istanding = $('input[name="istanding"]').is(':checked'); + var cold_sn = $(this).attr('data-order'); + var istanding = $('input[name="istanding_'+cold_sn+'"]').is(':checked'); url2+=$(this).attr("data-order")+"&people="+people_sn+"&selectseat="+selectseat+"&type=juhe&istanding="+istanding;