mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
fix(time): setInterval -> setTimeout
This commit is contained in:
@@ -86,7 +86,7 @@ onMounted(async () => {
|
||||
}
|
||||
loadingTitle.value = "正在渲染数据...";
|
||||
lotteryCard.value = MysOper.Lottery.card.lottery(lotteryData);
|
||||
setInterval(() => {
|
||||
setTimeout(() => {
|
||||
loading.value = false;
|
||||
}, 200);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user