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