diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 950223f7431a73731595fbf7767f24e0bfaf0feb..17173f3187d7a6b8deda4f42c4e8def5923afacc 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -74,7 +74,7 @@ function handleUpdateQuery(query) { // 是否停止自动滚动到底部 const isAutoToBottom = ref(true) watch(() => { - console.log(`directions.top:`, directions.top) + // console.log(`directions.top:`, directions.top) if (directions.top) { isAutoToBottom.value = true }