From ea614cd7d75f68c9faf759cd628bef8a83f55835 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 15 五月 2024 18:49:25 +0800 Subject: [PATCH] 章节优化 --- src/books/childHealth/view/content/components/chapter003.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter003.vue b/src/books/childHealth/view/content/components/chapter003.vue index eb58667..e3989b7 100644 --- a/src/books/childHealth/view/content/components/chapter003.vue +++ b/src/books/childHealth/view/content/components/chapter003.vue @@ -1528,8 +1528,8 @@ }; }, mounted() { + console.log('鏁版嵁',testData[3]); this.$data.questionData = getQuestionData(testData[3]) - this.$data.questionData = getQuestionData(testData[1]) this.$data.pathOne = getResourcePath('ca2a1ae9429a5f7a28fe9aa1bfbf3b4a') this.$data.pathTwo = getResourcePath('8fa9d6565b97c5975b1a0a7ef09d38a9') this.$data.pathThree = getResourcePath('56170fb1a0ea272990fe51530086aab1') -- Gitblit v1.9.1