This commit is contained in:
@@ -855,7 +855,7 @@ const getBetJl = async () => {
|
||||
}
|
||||
};
|
||||
|
||||
const lottieFn = (type, num = 0) => {
|
||||
const lottieFn = async (type, num = 0) => {
|
||||
isLottie.value = true;
|
||||
|
||||
const lottieEle = document.getElementById("lottie");
|
||||
@@ -886,6 +886,8 @@ const lottieFn = (type, num = 0) => {
|
||||
isLottie.value = false;
|
||||
ctx.destroy();
|
||||
});
|
||||
|
||||
await getUserInfo();
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user