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