From 28a881bda0a561a4869a2df2e6c72a1a487fe7d6 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 30 四月 2025 15:36:25 +0800 Subject: [PATCH] 检索优化 --- src/books/OralAndBroadcasting/view/components/chapter002.vue | 10 +++++----- src/books/civilServices/view/components/index.vue | 6 +++--- src/books/English/view/components/index.vue | 3 +++ src/books/OralAndBroadcasting/view/components/chapter004.vue | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/books/English/view/components/index.vue b/src/books/English/view/components/index.vue index ee551a8..6d026ed 100644 --- a/src/books/English/view/components/index.vue +++ b/src/books/English/view/components/index.vue @@ -1,5 +1,8 @@ <template> <div class="page-main" @scroll="throttledScrollHandler"> + <div id="searchDomBox" style="display: none"> + <div id="searchContent"></div> + </div> <div class="page-content" :style="{ diff --git a/src/books/OralAndBroadcasting/view/components/chapter002.vue b/src/books/OralAndBroadcasting/view/components/chapter002.vue index 174518f..81ed7f2 100644 --- a/src/books/OralAndBroadcasting/view/components/chapter002.vue +++ b/src/books/OralAndBroadcasting/view/components/chapter002.vue @@ -516,7 +516,7 @@ x5-playsinline="" controls controlslist="nodownload" - class="video-border w100" + class="video-border w100 video" ></video> <p class="img fl al-cn ju-cn"> <span>{{ item.name }}</span> @@ -969,7 +969,7 @@ x5-playsinline="" controls controlslist="nodownload" - class="video-border w100" + class="video-border w100 video" ></video> <p class="img fl al-cn ju-cn"> <span>{{ item.name }}</span> @@ -1249,7 +1249,7 @@ x5-playsinline="" controls controlslist="nodownload" - class="video-border w100" + class="video-border w100 video" ></video> <p class="img fl al-cn ju-cn"> <span>{{ videoThree[0].name }}</span> @@ -1276,7 +1276,7 @@ x5-playsinline="" controls controlslist="nodownload" - class="video-border w100" + class="video-border w100 video" ></video> <p class="img fl al-cn ju-cn"> <span>{{ videoThree[1].name }}</span> @@ -1929,7 +1929,7 @@ x5-playsinline="" controls controlslist="nodownload" - class="video-border w100" + class="video-border w100 video" ></video> <p class="img fl al-cn ju-cn"> <span>{{ videoThree[2].name }}</span> diff --git a/src/books/OralAndBroadcasting/view/components/chapter004.vue b/src/books/OralAndBroadcasting/view/components/chapter004.vue index 334134c..f76c08b 100644 --- a/src/books/OralAndBroadcasting/view/components/chapter004.vue +++ b/src/books/OralAndBroadcasting/view/components/chapter004.vue @@ -50,7 +50,7 @@ x5-playsinline="" controls controlslist="nodownload" - class="video-border w100" + class="video-border w100 video" ></video> <p class="img fl al-cn ju-cn"> <span>{{ item.name }}</span> diff --git a/src/books/civilServices/view/components/index.vue b/src/books/civilServices/view/components/index.vue index 4bf7733..1fff402 100644 --- a/src/books/civilServices/view/components/index.vue +++ b/src/books/civilServices/view/components/index.vue @@ -180,8 +180,8 @@ }, 500); // 娴嬭瘯椤甸潰璺宠浆 - setTimeout(() => { - this.gotoPage(4,140); + // setTimeout(() => { + // this.gotoPage(4,140); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", @@ -195,7 +195,7 @@ // ids: ["2ACA9359"] // }); // }, 2000); - }, 500); + // }, 500); // const pageDom = (this.container ? this.container : document) // .querySelector("#app") -- Gitblit v1.9.1