diff --git a/application/views/mobile_first/ah-inquiry-form.php b/application/views/mobile_first/ah-inquiry-form.php index 1d49b46e..a7db3053 100644 --- a/application/views/mobile_first/ah-inquiry-form.php +++ b/application/views/mobile_first/ah-inquiry-form.php @@ -644,9 +644,8 @@ function validateQuickInquiryForm() { //时间选择 if (!tripDate_is_checked) { - calcScrollTop($('#dateselect')); - $('#date_error_msg').removeClass('hidden'); - errorCount++; + startingDateErrEl.style.display = ''; + result = false; } if (realnameVal === '') {