From 616b12823f92acfae2812bb4820d0d9b325a72f5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 15 五月 2024 17:25:36 +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