优化下注提示

This commit is contained in:
2026-04-12 17:58:03 +08:00
parent d52db10863
commit 1559e49d3d
@@ -632,7 +632,6 @@
this.myBet = true;
this.myBetType = data.bet_type;
this.myBetAmount = data.amount;
window.chatDialog?.alert(data.message, '下注成功', '#336699');
} else if (res.status === 422 && data.errors) {
// 取出第一条 Laravel 验证失败原因
const firstError = Object.values(data.errors)[0][0];