feat: 更新提现功能,优化错误处理逻辑,添加成功提示信息,改进界面交互

This commit is contained in:
2025-12-17 02:26:05 +07:00
parent 2f1881cc81
commit 2575fa4e00
5 changed files with 37 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ function handleWithdraw() {
router.push("/withdraw/index");
}
onUpdated(() => {
onMounted(() => {
walletStore.updateBalances();
});
</script>