From 1559e49d3d2aee24951b629d78068349cea27073 Mon Sep 17 00:00:00 2001 From: lkddi Date: Sun, 12 Apr 2026 17:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E6=B3=A8=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/games/baccarat-panel.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/chat/partials/games/baccarat-panel.blade.php b/resources/views/chat/partials/games/baccarat-panel.blade.php index f8f95c3..22ec6d8 100644 --- a/resources/views/chat/partials/games/baccarat-panel.blade.php +++ b/resources/views/chat/partials/games/baccarat-panel.blade.php @@ -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];