From 26952b2ec91133aadb3abc3cf66242650e1348c7 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 27 五月 2024 10:08:00 +0800 Subject: [PATCH] 学前儿童 题目请求调整 --- src/books/childHealth/view/content/components/chapter006.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter006.vue b/src/books/childHealth/view/content/components/chapter006.vue index e864ca4..98d4c32 100644 --- a/src/books/childHealth/view/content/components/chapter006.vue +++ b/src/books/childHealth/view/content/components/chapter006.vue @@ -2678,7 +2678,7 @@ this.saveChapterOneData(); } }, 1000); - this.$data.questionData = await getQuestionData('6',testData[6]) + this.$data.questionData = await getQuestionData('6',testData[6],this.config.activeBook) this.getVideoPath() }, -- Gitblit v1.9.1