icssoa 5 ماه پیش
والد
کامیت
fe7d416499
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      uni_modules/cool-ui/components/cl-calendar/cl-calendar.uvue

+ 0 - 1
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;
 	}