浏览代码

修改答题

dusenyao 1 年之前
父节点
当前提交
255a293549
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/exercise_questions/answer/index.vue

+ 2 - 2
src/views/exercise_questions/answer/index.vue

@@ -400,8 +400,8 @@ export default {
         if (is_fill_answer === 'true') {
           this.$nextTick().then(() => {
             this.$refs.exercise?.[0].showAnswer(
-              this.answer_mode === 1 && !this.isTeacherAnnotations,
-              this.user_answer_record_info.correct_answer_show_mode === 1 && !this.isTeacherAnnotations,
+              this.answer_mode === 1,
+              this.user_answer_record_info.correct_answer_show_mode === 1,
               content.length > 0 ? JSON.parse(content) : null,
             );
           });