diff --git a/application/third_party/order/controllers/confirm.php b/application/third_party/order/controllers/confirm.php index 6ed5c55a..7f3e17b9 100644 --- a/application/third_party/order/controllers/confirm.php +++ b/application/third_party/order/controllers/confirm.php @@ -89,9 +89,10 @@ class Confirm extends CI_Controller { $COLI_ID = $this->input->post('COLI_ID'); //航班信息 $MEI_ArrivalFlightNo = $this->input->post('MEI_ArrivalFlightNo'); - $MEI_ArrivalTime = $this->input->post('MEI_ArrivalTime'); + // HTML datetime-local 获取的值:2023-05-29T15:45,需要替换 T 为空格才能符合数据类型 + $MEI_ArrivalTime = str_replace("T", " ", $this->input->post('MEI_ArrivalTime')); $MEI_DepartureFlightNo = $this->input->post('MEI_DepartureFlightNo'); - $MEI_DepartureTime = $this->input->post('MEI_DepartureTime'); + $MEI_DepartureTime = str_replace("T", " ", $this->input->post('MEI_DepartureTime')); //已经确认过 diff --git a/application/third_party/order/views/ah/confirm_order.php b/application/third_party/order/views/ah/confirm_order.php index 604a4827..cb8e055e 100644 --- a/application/third_party/order/views/ah/confirm_order.php +++ b/application/third_party/order/views/ah/confirm_order.php @@ -354,6 +354,13 @@ label.gender:hover { background: #ad1818; color: #fff; } +select.gender_pick {border: 1px solid #d1d1d1; + border-radius: 4px; + height: 50px; + font-size: 19px; + box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%); + padding: 0 15px; + width: auto;} @@ -393,21 +400,11 @@ label.gender:hover {

Traveler 1

-
- - - - -
- +
- + @@ -786,7 +783,7 @@ label.gender:hover {
- + diff --git a/application/third_party/order/views/confirm_order.php b/application/third_party/order/views/confirm_order.php index bf3fa68d..94633c9d 100644 --- a/application/third_party/order/views/confirm_order.php +++ b/application/third_party/order/views/confirm_order.php @@ -675,14 +675,14 @@ select.gender_pick {border: 1px solid #d1d1d1;

Date of birth

-

Date of expiration

-
@@ -768,7 +768,7 @@ select.gender_pick {border: 1px solid #d1d1d1;
- + @@ -784,7 +784,7 @@ select.gender_pick {border: 1px solid #d1d1d1;
- + @@ -948,41 +948,6 @@ select.gender_pick {border: 1px solid #d1d1d1; var travelerCount = $(".traveler_info").length + 1; $addTraveler.find('[data-header]').text('Traveler ' + travelerCount); $('#add_traveler_button').before($addTraveler); - - $('.datepicker').datepicker({ - controlType: 'select', - oneLine: true, - changeMonth: true, - changeYear: true, - yearRange: '2010:2055', - timeFormat: 'mm/dd/yy' - }); - - $('.datetimepicker').datetimepicker({ - controlType: 'select', - oneLine: true, - changeMonth: false, - changeYear: false, - timeFormat: 'H:mm' - }); - }); - - - $('.datepicker').datepicker({ - controlType: 'select', - oneLine: true, - changeMonth: true, - changeYear: true, - yearRange: '2010:2055', - timeFormat: 'mm/dd/yy' - }); - - $('.datetimepicker').datetimepicker({ - controlType: 'select', - oneLine: true, - changeMonth: false, - changeYear: false, - timeFormat: 'H:mm' }); }); diff --git a/application/third_party/order/views/gh/confirm_order.php b/application/third_party/order/views/gh/confirm_order.php index 50250c38..c67f8f01 100644 --- a/application/third_party/order/views/gh/confirm_order.php +++ b/application/third_party/order/views/gh/confirm_order.php @@ -355,6 +355,13 @@ label.gender:hover { background: #ad1818; color: #fff; } +select.gender_pick {border: 1px solid #d1d1d1; + border-radius: 4px; + height: 50px; + font-size: 19px; + box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%); + padding: 0 15px; + width: auto;} @@ -394,21 +401,12 @@ label.gender:hover {

Traveler 1

-
- - - - -
+
- + @@ -787,7 +785,7 @@ label.gender:hover {
- + @@ -951,42 +949,7 @@ label.gender:hover { var travelerCount = $(".traveler_info").length + 1; $addTraveler.find('[data-header]').text('Traveler ' + travelerCount); $('#add_traveler_button').before($addTraveler); - - $('.datepicker').datepicker({ - controlType: 'select', - oneLine: true, - changeMonth: true, - changeYear: true, - yearRange: '2010:2055', - timeFormat: 'mm/dd/yy' - }); - - $('.datetimepicker').datetimepicker({ - controlType: 'select', - oneLine: true, - changeMonth: false, - changeYear: false, - timeFormat: 'H:mm' - }); }); - - - $('.datepicker').datepicker({ - controlType: 'select', - oneLine: true, - changeMonth: true, - changeYear: true, - yearRange: '2010:2055', - timeFormat: 'mm/dd/yy' - }); - - $('.datetimepicker').datetimepicker({ - controlType: 'select', - oneLine: true, - changeMonth: false, - changeYear: false, - timeFormat: 'H:mm' - }); }); diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index da362b6d..1baa7fce 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -169,13 +169,13 @@ class Index extends CI_Controller // echo $client_id; $query_string = " - * | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for - remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where + * | select time_local,http_referer,request_uri,http_user_agent,http_x_forwarded_for, + remote_addr,request_method,request_time,status,body_bytes_sent,upstream_response_time from log where request_uri like '/io/?event=pageview%' and (remote_addr='$ip' OR http_x_forwarded_for like '%$ip%' OR request_uri like '%$client_id%') ORDER BY __time__ DESC "; // 同时使用IP和用户ID - $from = time() - 604800 * 4; //往前 604800(7天), 1296000(15天) + $from = time() - 604800 * 2; //往前 604800(7天), 1296000(15天) $to = time(); $request = new Aliyun_Log_Models_GetLogsRequest('globalhoghlights', $this->logstore[$sitecode], $from, $to, '', $query_string, 100, $offset, true); try { diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index 62e01e73..06d3d3f8 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -1,10 +1,10 @@ - -
- - -

Start planning your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.

- +
Click here to plan your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.
+ + + \ No newline at end of file diff --git a/application/views/mobile_first/ch-visa-free-tester.php b/application/views/mobile_first/ch-visa-free-tester.php index afed6951..1f1e5808 100644 --- a/application/views/mobile_first/ch-visa-free-tester.php +++ b/application/views/mobile_first/ch-visa-free-tester.php @@ -596,6 +596,8 @@ + +

- + @@ -625,7 +627,7 @@ - + @@ -642,11 +644,11 @@ - - + + - + @@ -724,7 +726,7 @@ - + @@ -766,7 +768,8 @@ - + + @@ -789,7 +792,7 @@ - + @@ -843,7 +846,7 @@ - + @@ -885,6 +888,7 @@

Click here to plan your tailor-made tour now. Your 1:1 travel consultant will reply within 1 working day.
+