diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 7dc345f0d8601f33e72a1ff4465173cec0b44a38..4e5c1aca9df04bfa3e6d9c4da203d1c374951d03 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