Jelajahi Sumber

feat: 修改

year 1 hari lalu
induk
melakukan
0c7e1c6b6e

+ 2 - 1
src/app/[locale]/(TabBar)/[[...share]]/_home/HomePrize.tsx

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