diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 30cb2de..4650a32 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -17,7 +17,7 @@
{{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与
-
+
@@ -96,13 +96,11 @@ export default { }) }, handleToTest(id) { - // 没有认证 - // if(!this.user.areaId) { - // this.showAuth = true; - // 已认证 - // } else { + if(!this.user.areaId) { + this.showAuth = true; + } else { this.$emit('toTest',id) - // } + } }, comfirm() { if(this.flag) return