浏览代码

fix:bug修复

钱新宇 2 月之前
父节点
当前提交
cf6a793bfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',