From 6e204b6a752929417a491e597221e3afc0dc1d81 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Wed, 23 Aug 2023 09:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20144=2072=20=E5=85=8D?= =?UTF-8?q?=E7=AD=BE=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ch-visa-free-tester.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/mobile_first/ch-visa-free-tester.php b/application/views/mobile_first/ch-visa-free-tester.php index f65f9701..4fed76ef 100644 --- a/application/views/mobile_first/ch-visa-free-tester.php +++ b/application/views/mobile_first/ch-visa-free-tester.php @@ -1187,12 +1187,12 @@ ready(el => { const indexOf72 = selectedOption.getAttribute('data-hour').indexOf('72'); const indexOf144 = selectedOption.getAttribute('data-hour').indexOf('144'); - if (diffInDays < 1 || diffInDays > 2 || indexOf72 == -1) { + if (diffInDays < 1 || diffInDays > 3 || indexOf72 == -1) { visa72hours = false; error_72hours.show(); } - if (diffInDays < 1 || diffInDays > 7 || indexOf144 == -1) { + if (diffInDays < 1 || diffInDays > 6 || indexOf144 == -1) { visa144hours = false; error_72hours.show(); }