Explorar el Código

update:更新

xiaolin.fu hace 7 meses
padre
commit
c740f7b8ed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/app/[locale]/(TabBar)/sports/SportsClient.tsx

+ 1 - 0
src/app/[locale]/(TabBar)/sports/SportsClient.tsx

@@ -83,6 +83,7 @@ const SportsClient: FC<Props> = (props) => {
               
               // 销毁之前的实例并等待刷新完成
               if(btRef.current){
+                // @ts-ignore
                 btRef.current?.kill();
               }