From 1991d324700f10de6b3429873a37693d7e9f0af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Wed, 25 Sep 2024 12:05:50 +0800 Subject: [PATCH] =?UTF-8?q?TP=E4=BA=A7=E5=93=81=E5=8E=BB=E6=8E=89=E4=BA=BA?= =?UTF-8?q?=E6=95=B0=E9=BB=98=E8=AE=A4=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile_first/ch-daytours-detail.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/application/views/mobile_first/ch-daytours-detail.php b/application/views/mobile_first/ch-daytours-detail.php index 88550e0a..8c299c9b 100644 --- a/application/views/mobile_first/ch-daytours-detail.php +++ b/application/views/mobile_first/ch-daytours-detail.php @@ -323,14 +323,14 @@ return false; } }else{ - var LimitP = $("input[name='PAG_Code']").val(); - if (LimitP=="BJSIC-44" || LimitP=="CDSIC-6" || LimitP=="ZJJALC-10" || LimitP=="ZJJALC-09"){ - if ($("#Adults_Num").val()=="1"){ - alert("Sorry but this tour requires at least 2 adults."); - $("#Adults_Num").focus(); - return false; - } - } + // var LimitP = $("input[name='PAG_Code']").val(); + // if (LimitP=="BJSIC-44" || LimitP=="CDSIC-6" || LimitP=="ZJJALC-10" || LimitP=="ZJJALC-09"){ + // if ($("#Adults_Num").val()=="1"){ + // alert("Sorry but this tour requires at least 2 adults."); + // $("#Adults_Num").focus(); + // return false; + // } + // } }