优化下注提示
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user