From fe7d416499d1a32fb9896769617b215ba67bf4cc Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Mon, 27 Oct 2025 10:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/cool-ui/components/cl-calendar/cl-calendar.uvue | 1 - 1 file changed, 1 deletion(-) diff --git a/uni_modules/cool-ui/components/cl-calendar/cl-calendar.uvue b/uni_modules/cool-ui/components/cl-calendar/cl-calendar.uvue index 98eb6ab..f69f8e4 100644 --- a/uni_modules/cool-ui/components/cl-calendar/cl-calendar.uvue +++ b/uni_modules/cool-ui/components/cl-calendar/cl-calendar.uvue @@ -480,7 +480,6 @@ function getCellTextColor(dateCell: DateCell): string { */ function getCellBgColor(dateCell: DateCell): string { - console.log(bgSelectedColor.value); if (dateCell.isSelected) { return bgSelectedColor.value; }