@@ -80,6 +80,9 @@ function A3GoodsM() {
const fullTopFu = useCallback(() => {
if (scrollRef.current) {
scrollRef.current.scrollTop = 0;
+ window.setTimeout(() => {
+ if (scrollRef.current) scrollRef.current.scrollTop = 6;
+ }, 100);
}
}, []);