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 | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/books/sportsAndHealth/view/chapter002.vue b/src/books/sportsAndHealth/view/chapter002.vue index 04cbc89..2acdc49 100644 --- a/src/books/sportsAndHealth/view/chapter002.vue +++ b/src/books/sportsAndHealth/view/chapter002.vue @@ -5704,16 +5704,15 @@ </div> </div> - <div class="page-box" page="34"> + <!-- <div class="page-box" page="34"> <div v-if="showPageList.indexOf(34) > -1"> <div class="bodystyle"> </div> </div> - </div> + </div> --> </div> </template> <script> -import {getResourcePath} from "@/assets/methods/resources.js"; export default { name: "chapter-2", props: { @@ -5723,6 +5722,10 @@ questionData: { type: Object, }, + isSearch: { + type: Boolean, + default: false, + }, }, data() { return { @@ -5730,7 +5733,6 @@ isShowScore2: false, isShowScore3: false, isShowScore4: false, - pingpang: require("../image/pdf.png"), chapter002: { isShowXyx01: true, isShowXyx02: true, @@ -5812,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