shaogen1995 2 tahun lalu
induk
melakukan
3964cfbd0c
2 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. TEMPAT SAMPAH
      src/assets/img/toTop.png
  2. 3 0
      src/pages/A3GoodsM/index.tsx

TEMPAT SAMPAH
src/assets/img/toTop.png


+ 3 - 0
src/pages/A3GoodsM/index.tsx

@@ -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);
     }
   }, []);