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