杨锴
2024-11-04 f4c46a585290d8136819673dfff2df9ea5c5a330
XQMuse/Root/Course/TCell/CourseDetail_2_TCell.swift
@@ -40,7 +40,9 @@
            func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
                        guard let m = model else {return}
                        if m.chargeType == .free || (m.chargeType == .vipFree && UserViewModel.getAvatarInfo().isVip == .yes) || (m.chargeType == .payment && m.isBuy == .yes){
        let isVip = UserViewModel.getAvatarInfo().isVip
                        if m.chargeType == .free || (m.chargeType == .vipFree && isVip == .yes) || (m.chargeType == .payment && m.isBuy == .yes){
                                    let vc = CourseDetialVideoVC(items: model!.list, selectIndex: indexPath)
                                    JQ_currentNavigationController().pushViewController(vc)
                        }else{