From 4a8a0615b7aaa5e7a7aa5ae7fad4bba887d11308 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 22 七月 2024 10:09:30 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/English/view/components/chapter005.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/books/English/view/components/chapter005.vue b/src/books/English/view/components/chapter005.vue
index de43a18..59aa7e6 100644
--- a/src/books/English/view/components/chapter005.vue
+++ b/src/books/English/view/components/chapter005.vue
@@ -4809,7 +4809,7 @@
             this.questionDataOne = savaDataOnes;
             this.$set(this.questionDataOne, "isComplete", true);
             this.setQuestionDataOne();
-            this.isTextRight;
+          
             this.showAnswerReading = true;
         },
         changeQuestionDataOne() {
@@ -4858,7 +4858,6 @@
             this.questionDataTwo = savaDataTwos;
             this.$set(this.questionDataTwo, "isComplete", true);
             this.setQuestionDataTwo();
-            console.log(this.isTextRight(this.questionDataTwo.fb.answer, this.questionDataTwo.fb.five, 4), 666)
         },
         changeQuestionDataTwo() {
             localStorage.removeItem("english-chapter05-questionDataTwo");
@@ -4899,7 +4898,6 @@
                         item.userScore += data.score
                 }
             }
-            console.log(this.choiceData, 777);
         },
         changeChoiceData() {
             for (let index = 0; index < this.choiceData.length; index++) {
@@ -4929,7 +4927,6 @@
             this.questionDataThree = questionDataThrees;
             this.$set(this.questionDataThree, "isComplete", true);
             this.setQuestionDataThree();
-            this.isTextRight;
             this.showAnswerTen = true;
         },
         setQuestionDataThree() {
@@ -4976,7 +4973,6 @@
             this.questionDataFour = questionDataFours;
             this.$set(this.questionDataFour, "isComplete", true);
             this.setQuestionDataFour();
-            this.isTextRight;
             this.showAnswerTwelve = true;
         },
         setQuestionDataFour() {

--
Gitblit v1.9.1