WanPai/Root/Course/VC/CourseInfoVC.swift
@@ -547,8 +547,8 @@ func pageViewController(_ pageViewController: FFPageViewController, currentPageChanged currentPage: Int) { let vc = pageViewController.currentController as! CourseInfoScheduleVC vc.currentSelectDate = currentDate let first = vc.dates.first?.jq_format("yyyy-MM.dd") let last = vc.dates.last?.jq_format("yyyy-MM.dd") let first = vc.dates.first?.jq_format("yyyy.MM.dd") let last = vc.dates.last?.jq_format("yyyy.MM.dd") label_weeklyScope.text = "\(first ?? "")-\(last ?? "")" }