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; }