update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-16 18:29:30 +08:00
parent 154c1e841c
commit 7739a8d78f

View File

@@ -825,7 +825,10 @@ const submit = async () => {
data: arr,
})
);
await getUserInfo();
setTimeout(async () => {
await getUserInfo();
}, 1000);
isBet.value = true;
clearbet();
};