@@ -81,7 +81,6 @@ const HomePrize: FC<Props> = (props) => {
}, [data, autoPlay]);
const doShowWin = async () => {
- console.log(isCollapse);
if (!(feedback.hasShowDialog() || isCollapse)) {
if (winRef.current) {
clearTimeout(winRef.current);