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) } } }