From d587fb260c6118de4707c35a1e312af6a4cfd28c Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期四, 12 十月 2023 18:25:36 +0800 Subject: [PATCH] fix BUG --- WanPai/Root/Course/VC/CourseInfoScheduleVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseInfoScheduleVC.swift b/WanPai/Root/Course/VC/CourseInfoScheduleVC.swift index 15c8178..fc8aca3 100644 --- a/WanPai/Root/Course/VC/CourseInfoScheduleVC.swift +++ b/WanPai/Root/Course/VC/CourseInfoScheduleVC.swift @@ -76,7 +76,7 @@ cell.label_week.jq_cornerRadius = cellW / 2 cell.label_week.jq_masksToBounds = true cell.label_week.text = date.jq_nowWeekDay().weekName - cell.label_time.text = date.jq_format("MM-dd") + cell.label_time.text = date.jq_format("MM.dd") cell.label_time.jq_masksToBounds = false cell.layer.masksToBounds = false cell.contentView.layer.masksToBounds = false -- Gitblit v1.7.1