Browse Source

fix:bug修复

钱新宇 2 months ago
parent
commit
cf6a793bfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/video/index.vue

+ 1 - 1
pages/video/index.vue

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