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]);
const [countdown, setCountdown] = useState(10);
const [backTime, setBackTime] = useState("确认(10S)");
const [countdown, setCountdown] = useState(30);
const [backTime, setBackTime] = useState("确认(30S)");
useEffect(() => {
if (countdown > 0) {