From 3a2d7d729aaeada800616ebd60eec5f42066670f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Nov 2021 12:03:03 +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