Browse Source

update:更新

xiaolin.fu 6 months ago
parent
commit
23a50d480b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/app/[locale]/(TabBar)/sports/SportsClient.tsx

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

@@ -83,7 +83,6 @@ const SportsClient: FC<Props> = (props) => {
               
               // 销毁之前的实例并等待刷新完成
               if(btRef.current){
-                // @ts-ignore
                 btRef.current?.kill();
               }
               
@@ -109,10 +108,6 @@ const SportsClient: FC<Props> = (props) => {
         });
     };
 
-    
-    
-
-
     return (
         <>    
           <div id="betby" className={"h-[100%]"}></div>