From cc467a98ee4db210fe41a749546e45ff7240c652 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 21 十一月 2024 10:54:00 +0800 Subject: [PATCH] 民航心理改名字 --- src/books/mathBook/view/components/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/books/mathBook/view/components/index.vue b/src/books/mathBook/view/components/index.vue index 9dadafc..f8e49cd 100644 --- a/src/books/mathBook/view/components/index.vue +++ b/src/books/mathBook/view/components/index.vue @@ -189,7 +189,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(2,50); + this.gotoPage(2,16); // // setTimeout(() => { // // this.renderSign("Highlight", { // // id: "2ACA9359", @@ -954,6 +954,7 @@ cardList[3].infoList.push(item); } if (item.questionType == "shortAnswer" ||item.questionType == "formula") { + if(typeof item.userAnswer != 'string') console.log('澶辫触',item); cardList[4].infoList.push(item); } } -- Gitblit v1.9.1