From a800e24faaafe44d4157d33db09b065ed192d84b Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 15 五月 2024 19:48:17 +0800 Subject: [PATCH] 调整 --- src/books/childHealth/view/content/components/chapter001.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter001.vue b/src/books/childHealth/view/content/components/chapter001.vue index 3a2c5da..9f2929e 100644 --- a/src/books/childHealth/view/content/components/chapter001.vue +++ b/src/books/childHealth/view/content/components/chapter001.vue @@ -3429,6 +3429,7 @@ }, mounted() { this.$data.questionData = getQuestionData(testData[1]) + console.log('棰樼洰',this.$data.questionData ); this.$data.pathOne = getResourcePath('f6f6588a75086576b87bed2fb9ca1ec1') this.$data.pathTwo = getResourcePath('e5993b62684fe55d13190cfe52bf00ed') this.$data.pathThree = getResourcePath('6b6d42213aa85aa5ff7724aaf96ffee6') @@ -3448,7 +3449,6 @@ this.$data.videoOne = !this.$data.videoOne; } else if (type == "testOne") { this.$data.testOne = !this.$data.testOne; - this.getQuestionList(); } else if(type == 'learnTableTwo') { this.$data.learnTableTwo = !this.$data.learnTableTwo }else if(type == 'learnTableThree') { @@ -3467,13 +3467,13 @@ this.$data.learnTableNine = !this.$data.learnTableNine } }, - getQuestionList() { - const testData = this.$store.state.testList.find( - (item) => item.name == "涓撻涓�鎬昏 浜轰綋姒傝堪娴嬮獙棰�" - ); - this.$data.productLinkPath = testData.productLinkPath; - if (this.$refs.examinationOne) this.$refs.examinationOne.getIdPathList(); - }, + // getQuestionList() { + // const testData = this.$store.state.testList.find( + // (item) => item.name == "涓撻涓�鎬昏 浜轰綋姒傝堪娴嬮獙棰�" + // ); + // this.$data.productLinkPath = testData.productLinkPath; + // if (this.$refs.examinationOne) this.$refs.examinationOne.getIdPathList(); + // }, }, }; </script> -- Gitblit v1.9.1