杨锴
2024-09-13 b1e53d01722f1705d99f5cf6ec63c8c493811405
XQMuse/Root/Course/VC/CourseVCOfficalCommentVC.swift
@@ -79,6 +79,15 @@
                        let model = viewModel.dataSource.value!.list[indexPath.row]
                        let vc = CourseDetialVC(courseId: model.id)
                        JQ_currentViewController().jq_push(vc: vc)
//                        let isVip = UserViewModel.getAvatarInfo().isVip == .yes
//                        if model.isBuy == .yes || model.chargeType == .free || (model.chargeType == .vipFree && isVip){
//
//                                    return
//                        }else{
//                                    let vc = CourseDetialVC(courseId: model.id)
//                                    JQ_currentViewController().jq_push(vc: vc)
//                        }
            }