This commit is contained in:
xianyi
2025-11-27 14:59:41 +08:00
parent 6ed5fc7032
commit 08ea84b690

View File

@@ -24,8 +24,8 @@ const UI9: React.FC = () => {
navigate("/"); navigate("/");
}, [navigate]); }, [navigate]);
const [countdown, setCountdown] = useState(10); const [countdown, setCountdown] = useState(30);
const [backTime, setBackTime] = useState("确认(10S)"); const [backTime, setBackTime] = useState("确认(30S)");
useEffect(() => { useEffect(() => {
if (countdown > 0) { if (countdown > 0) {