增加获取数据的等待时间

This commit is contained in:
yezian 2024-04-18 21:51:54 +08:00
parent 9b43cde6b6
commit 2500fda652
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export default function Pay({ params }) {
setTimeout(() => { setTimeout(() => {
getData(); getData();
getSuperfanshipData(); getSuperfanshipData();
}, 500); }, 1000);
}, []); }, []);
//switch //switch