@@ -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>