新增欢迎语快捷按钮:职务人员/id=1可见,10条预设语,自动填入输入框

This commit is contained in:
2026-03-17 21:12:14 +08:00
parent 630a3a6dde
commit 46fde766e5
4 changed files with 108 additions and 1 deletions
@@ -537,7 +537,10 @@
this.settledResult = data.result;
this.resultLabel = data.result_label;
this.phase = 'settled';
this.show = true;
// 只有本局有押注的用户才弹出结算面板
if (this.myBet) {
this.show = true;
}
// 判断本人是否中奖(从后端拿到的 result 与我的下注 type 比较)
if (this.myBet && this.myBetType === data.result && data.result !== 'kill') {