新增欢迎语快捷按钮:职务人员/id=1可见,10条预设语,自动填入输入框
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user