update
This commit is contained in:
@@ -30,12 +30,7 @@ const next = () => {
|
||||
// 2. 模擬查詢延遲,隨後執行原本的跳轉邏輯
|
||||
setTimeout(() => {
|
||||
localStorage.setItem("plateNumber", formData.value.phoneData.plateNumber);
|
||||
loadingStore.setLoading(true);
|
||||
|
||||
setTimeout(() => {
|
||||
loadingStore.setLoading(false);
|
||||
router.push("/pay");
|
||||
}, 200);
|
||||
router.push("/pay");
|
||||
}, 2500); // 模擬 2.5 秒的查詢時間
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user