@@ -64,7 +64,7 @@ function Policy({ setShowTab }: { setShowTab: (tab: number) => void }) {
if (e.deltaY > 0) {
// 向下滚
if (v.scrollHeight - (v.scrollTop || 0) === v.clientHeight) {
- console.log('滚到底了')
+ // console.log('滚到底了')
} else {
e.preventDefault()
e.stopPropagation()
@@ -73,7 +73,7 @@ function Policy({ setShowTab }: { setShowTab: (tab: number) => void }) {
// 向上滚
if (v.scrollTop === 0) {
- console.log('滚到顶了')
+ // console.log('滚到顶了')