智慧保安考试系统
shuishen
2023-11-07 6147596ffd0c85fcfb5af7df9605ac2acac0a3ca
支持修改答案
2 files modified
2 ■■■ changed files
src/components/Subjects/Choices/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/startexam/index.vue 1 ●●●● patch | view | raw | blame | history
src/components/Subjects/Choices/index.vue
@@ -20,7 +20,6 @@
      >
        <li class="subject-option">
          <input
            :disabled="currentAnswer"
            class="toggle"
            type="checkbox"
            :checked="userAnswer === option.optionName"
src/views/startexam/index.vue
@@ -557,6 +557,7 @@
                }
            }
        },
        next () {
            for (let i = 0; i < this.subjectIds.length; i++) {
                if (this.subjectIds[i].everyID == this.query.subjectId) {