fix
younger_times
2023-07-28 1639e83c543ea728592570bfa824702e0dca1d63
WanPai/Root/Course/VC/StudentCourseDetailVC.swift
@@ -127,8 +127,8 @@
    }
    @objc func datetimePickerAction(){
        CommonDatePickerView.show(before: 3, after: 0, type: .YM) { [weak self] year, month, _ in
            let date = Date.jq_format(year: year, month: month, day: 2)
        CommonDatePickerView.show(before: 3, after: 0, type: .YM) { [weak self] year, month, _,_,_ in
            let date = Date.jq_format(year: year!, month: month!, day: 2)
            self?.sectionView.btn_datetime.setTitle(date!.jq_format("yyyy年MM月>"), for: .normal)
            self?.viewModel.startTime.accept(date)
            self?.viewModel.beginRefresh()