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