From dcb130c055d17bff71b3d5dadd7e654e369f737e Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 11 Nov 2025 09:11:14 +0800 Subject: [PATCH] =?UTF-8?q?pdf=20=E6=90=9C=E7=B4=A2=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/DocumentSearch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/common/DocumentSearch.vue b/src/views/common/DocumentSearch.vue index e8e45a3..d0ce2a6 100644 --- a/src/views/common/DocumentSearch.vue +++ b/src/views/common/DocumentSearch.vue @@ -509,7 +509,7 @@ export default { } const textLayer = container.querySelector('.textLayer') if (textLayer) { - textLayer.style.display = 'none' + textLayer.style.display = '' } container.classList.remove('is-loading') @@ -722,7 +722,7 @@ export default { } if (!skipNavigate) { - this.navigateToResult(this.currentResultIndex, false) + this.navigateToResult(this.currentResultIndex, true) } else { this.updateCurrentResultActiveState() }