From 3d076287bf58b340d8351915c6f41913811b4ad9 Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Fri, 7 Jun 2024 10:38:43 +0800 Subject: [PATCH] Update [id].vue --- pages/search/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 1c70fc1..6adac70 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -237,7 +237,7 @@ function handleFormFetchData (fetchData) { } catch(error) { } if (Object.keys(message).length === 0) return const { meta, choices, error, code } = message - nextTick(() => { + setTimeout(() => { scrollToView() }) // 处理403 -- GitLab