@@ -117,7 +117,7 @@ export default {
},
goExam(id, report_id, status) {
- if (status < 0) {
+ if (status !== 1) {
uni.showToast({
title: '请先完成课程再来答题吧',
icon: 'none',