From d297132aba417a5cc5ea4330d9134341738184dc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 05 Nov 2021 17:32:17 +0800
Subject: [PATCH] 冲突

---
 src/components/Subjects/Choices/index.vue |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/components/Subjects/Choices/index.vue b/src/components/Subjects/Choices/index.vue
index 2297745..b917c40 100644
--- a/src/components/Subjects/Choices/index.vue
+++ b/src/components/Subjects/Choices/index.vue
@@ -57,16 +57,11 @@
             this.subjectInfo = subject
             if (subject.hasOwnProperty('examSubjectOptions')) {
                 this.options = subject.examSubjectOptions
-
-                console.log(this.options)
             }
             if (subject.hasOwnProperty('answer')) {
-                console.log(subject.answer);
                 this.setAnswer(subject.answer)
             }
             this.index = index + '.'
-
-            console.log(subject, subjectCount, index, this.options, 5656565656)
         },
         getSubjectInfo () {
             this.subjectInfo.options = this.options

--
Gitblit v1.9.3