From a96ebfd6ea571b0452a018a2777af086f9034c23 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 六月 2024 14:13:45 +0800 Subject: [PATCH] 学前儿童修改bug --- src/books/childHealth/view/content/components/chapter010.vue | 2 +- src/books/childHealth/view/content/components/chapter009.vue | 2 +- src/components/examinations/index.vue | 10 ++++++++-- src/App.vue | 2 +- src/books/childHealth/view/content/components/chapter002.vue | 2 +- src/books/childHealth/view/content/index.vue | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 16e08b0..65f4077 100644 --- a/src/App.vue +++ b/src/App.vue @@ -65,7 +65,7 @@ process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "artAndDance") + : "childHealth") ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; diff --git a/src/books/childHealth/view/content/components/chapter002.vue b/src/books/childHealth/view/content/components/chapter002.vue index 7e0ff2d..1b5e87e 100644 --- a/src/books/childHealth/view/content/components/chapter002.vue +++ b/src/books/childHealth/view/content/components/chapter002.vue @@ -809,7 +809,7 @@ </div> <div class="padding-96"> <div class="fieldset"> - <p class="t0">鑳為棿鐩镐簰渚濆瓨鐨勫姩鎬佸叧绯诲彂鐢熶綔鐢ㄣ��</p> + <p class="t0 block">鑳為棿鐩镐簰渚濆瓨鐨勫姩鎬佸叧绯诲彂鐢熶綔鐢ㄣ��</p> <p class="block"> 浜虹被澶ц剳鐨眰涓紝2宀佸墠绐佽Е浜х敓鏁扮洰澶氫簬鎴愬勾锛屽湪浠ュ悗10骞村唴閫愭笎鍑忓皯锛岃繖鍙兘涓庡彂鑲茶繃绋嬩腑涓�浜涢暱鏈熷緱涓嶅埌鍒烘縺鐨勬棤鍔熻兘绁炵粡缁嗚優閫愭笎鍑嬩骸鏈夊叧銆� </p> diff --git a/src/books/childHealth/view/content/components/chapter009.vue b/src/books/childHealth/view/content/components/chapter009.vue index 75d0e96..99a5a6e 100644 --- a/src/books/childHealth/view/content/components/chapter009.vue +++ b/src/books/childHealth/view/content/components/chapter009.vue @@ -630,7 +630,7 @@ /> 浜戞祴璇� </h6> - <p class="blockh6-c center"> + <p class="blockh6-c"> <span class="img center dl-bl w100">涓撻涔� 瀛︿範涓婚涓�</span> <examinations v-if="questionData" diff --git a/src/books/childHealth/view/content/components/chapter010.vue b/src/books/childHealth/view/content/components/chapter010.vue index 1331d97..49bf959 100644 --- a/src/books/childHealth/view/content/components/chapter010.vue +++ b/src/books/childHealth/view/content/components/chapter010.vue @@ -366,7 +366,7 @@ </p> <div class="annotation-border"></div> <p class="note" id="childTen-labelOne"> - <a id="m1"></a><a href="chapter010.html#w1">[1]</a> + <a id="m1"></a><a href="javascript: void(0)">[1]</a> 鎽樿嚜銆婂辜鍎垮洯寤鸿鏍囧噯銆嬶紙寤烘爣175鈥�2016锛夈�� </p> </div> diff --git a/src/books/childHealth/view/content/index.vue b/src/books/childHealth/view/content/index.vue index d18a39c..97e9d4e 100644 --- a/src/books/childHealth/view/content/index.vue +++ b/src/books/childHealth/view/content/index.vue @@ -238,7 +238,7 @@ // 娴嬭瘯椤甸潰璺宠浆 // setTimeout(() => { - // this.gotoPage(7,182); + // this.gotoPage(2,58); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index eddf0e0..5192350 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -464,14 +464,20 @@ >淇濆瓨</el-button > <el-button - @click="handleQuestion" + @click="(e) =>{ + handleQuestion() + saveAnswer(e) + }" class="examinations-btn-box" :style="{ borderColor: primaryColor }" >鎻愪氦</el-button > <el-button @click="redo" class="examinations-btn-box">閲嶅仛</el-button> <el-button - @click="openAnswers" + @click="(e) => { + openAnswers() + saveAnswer(e) + }" class="examinations-btn-box" :style="{ borderColor: primaryColor }" >鏌ョ湅绛旀</el-button -- Gitblit v1.9.1