圆圆45s
This commit is contained in:
@@ -27,8 +27,8 @@ const UI9: React.FC = () => {
|
|||||||
navigate("/");
|
navigate("/");
|
||||||
}, [navigate]);
|
}, [navigate]);
|
||||||
|
|
||||||
const [countdown, setCountdown] = useState(30);
|
const [countdown, setCountdown] = useState(45);
|
||||||
const [backTime, setBackTime] = useState("确认(30S)");
|
const [backTime, setBackTime] = useState("确认(45S)");
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (countdown > 0) {
|
if (countdown > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user