From 23ebc0d9ee7d4b06916478f84b411d0406f11a3a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 05 六月 2024 18:49:07 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/sportsAndHealth/view/chapter002.vue | 37 ++++++++++++++++++++----------------- 1 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/books/sportsAndHealth/view/chapter002.vue b/src/books/sportsAndHealth/view/chapter002.vue index b8175dc..2acdc49 100644 --- a/src/books/sportsAndHealth/view/chapter002.vue +++ b/src/books/sportsAndHealth/view/chapter002.vue @@ -5307,25 +5307,26 @@ >銆� </p> <p class="block"> - 浣撻噸鎸囨暟<a id="w4"></a - ><a href="#m4"><sup>[4]</sup></a + 浣撻噸鎸囨暟<a id="w4"></a><a href="#m4"><sup>[4]</sup></a >锛�<input @change="changeAssess($event, 'text22')" maxlength="5" - style="width:50px" + style="width: 50px" :value="chapter002.tkItem01.text22" class="assess" type="text" />鍗冨厠/绫�<sup>2</sup>銆�浣庝綋閲嶃��姝e父 瓒呴噸 鑲ヨ儢 </p> - <p class="block">鑲烘椿閲忥細<input + <p class="block"> + 鑲烘椿閲忥細<input @change="changeAssess($event, 'text33')" maxlength="5" - style="width:50px" + style="width: 50px" :value="chapter002.tkItem01.text33" class="assess" type="text" - />姣崌 鍋忎綆銆�姝e父銆�鑹ソ 浼樼</p> + />姣崌 鍋忎綆銆�姝e父銆�鑹ソ 浼樼 + </p> <p class="block">鑴婃煴銆�姝e父銆�渚у集銆�鍓嶅嚫鎴栧悗鍑�</p> <p class="block">鎬у彂鑲诧細銆�姝e父銆�寮傚父</p> <p class="block">鎬讳綋锛� 鍋忓樊銆�姝e父銆�鑹ソ</p> @@ -5345,7 +5346,7 @@ :value="chapter002.tkItem01.text55" class="assess" type="text" - style="width:30px" + style="width: 30px" />鏈燂紝鐜板湪鐨勫績鐞嗙姸鎬佹槸<input @change="changeAssess($event, 'text66')" maxlength="20" @@ -5645,7 +5646,7 @@ 鎴戜滑瑕侀伒寰�滀笁鍑忊�濓紙鍑忕洂銆佸噺娌广�佸噺绯栵級鐨勯ギ椋熸柟寮忥紝閬垮厤鍋忛銆佹寫椋熷拰鏆撮ギ鏆撮銆� </p> <h5 id="e035">锛堜笁锛変笉鍚哥儫銆佷笉楗厭</h5> - <br> + <br /> <!-- <div class="bk-xyx"> <p class="bj1-xyx">璁竴璁�</p> <p> @@ -5702,10 +5703,16 @@ </div> </div> </div> + + <!-- <div class="page-box" page="34"> + <div v-if="showPageList.indexOf(34) > -1"> + <div class="bodystyle"> + </div> + </div> + </div> --> </div> </template> <script> -import getResourcePath from "@/assets/methods/resources.js"; export default { name: "chapter-2", props: { @@ -5715,6 +5722,10 @@ questionData: { type: Object, }, + isSearch: { + type: Boolean, + default: false, + }, }, data() { return { @@ -5722,7 +5733,6 @@ isShowScore2: false, isShowScore3: false, isShowScore4: false, - pingpang: require("../image/pdf.png"), chapter002: { isShowXyx01: true, isShowXyx02: true, @@ -5804,13 +5814,6 @@ }, activityXyx11() { this.chapter002.isShowXyx11 = !this.chapter002.isShowXyx11; - }, - toUrl(val) { - if (val == 1) { - window.open(getResourcePath("54741d14a21eb47b2ed06a2231271cd5")); - } else { - window.open(getResourcePath("1b7ecc924bfab900ec10f0ed4bb2466b")); - } }, submit(val) { if (val == 1) this.isShowScore1 = true; -- Gitblit v1.9.1