闫增涛
2024-07-22 4a8a0615b7aaa5e7a7aa5ae7fad4bba887d11308
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() {