From 3b3e1c577a430ed93ae37af28be008c386b26c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Wed, 19 Nov 2025 01:16:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=95=B0=E7=BB=84=E9=94=AE=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 检查$booking_schedule[$date]是否存在后再进行判断,避免未定义数组键导致的PHP警告 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 392b677..7798a76 100644 --- a/index.php +++ b/index.php @@ -161,7 +161,7 @@ $packages_json = json_encode(array_map(function($package) {
- +
个预约