fix
杨锴
2024-10-30 731a5d58da1d182ded7b389ce0f391623978995c
XQMuse/Root/Course/TCell/CourseDetail_2_TCell.swift
@@ -44,8 +44,13 @@
                                    let vc = CourseDetialVideoVC(items: model!.list, selectIndex: indexPath)
                                    JQ_currentNavigationController().pushViewController(vc)
                        }else{
                                    let vc = PaymentOrderVC(courseId: m.id)
                                    JQ_currentNavigationController().pushViewController(vc)
            if m.chargeType == .vipFree{
                let vc = VIPCenterVC()
                JQ_currentViewController().jq_push(vc: vc)
            }else{
                let vc = PaymentOrderVC(id: m.id,type: .course,giftToOther: true)
                JQ_currentViewController().jq_push(vc:vc)
            }
                        }
            }