From c40f6896f5baae25ca34395dd295359a3c0a4ca8 Mon Sep 17 00:00:00 2001 From: DebugIsFalse <511418503@qq.com> Date: Thu, 23 May 2024 19:00:21 +0800 Subject: [PATCH] Update [id].vue --- pages/search/[id].vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 7dc345f..4e5c1ac 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -83,7 +83,6 @@ function handleUpdateQuery(query) { const isAutoToBottom = ref(true) watch( () => directions.top, () => { - console.log('directions.top:', directions.top) if (directions.top) { isAutoToBottom.value = false } @@ -95,7 +94,6 @@ const scrollToView = () => { if (!$target) return; const height = $target.clientHeight y.value = height - console.log(`isAutoToBottom.value:`, isAutoToBottom.value, y.value, height) } const handleReGenerate = () => { const { question } = askingData.value -- GitLab