【御剑行】提交

dev_chengFeng
ZhangBiao 2021-10-15 14:14:04 +08:00
parent a16b8c5e75
commit e43abf17b2
2 changed files with 8 additions and 1 deletions

View File

@ -80,6 +80,10 @@ function this:Refresh(func)
return
end
if 2 - #serverData <= 0 then
PopupTipPanel.ShowTip("每轮仅可押注两把剑!")
return
end
if configData.JoinCount - YuJianXingManager.joinCount <= 0 then
PopupTipPanel.ShowTip("竞猜次数不足,无法开始竞猜!")
return
end

View File

@ -121,7 +121,10 @@ end
function this.ResetGame()
YuJianXingManager.sendEvent = true
this.riceCtrl:ResetGame()
NetManager.RidingSwardInfoRequest()
if UIManager.IsOpen(UIName.GeneralBigPopup) then
UIManager.ClosePanel(UIName.GeneralBigPopup)
UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.YuJianLastResult)
end
end
function this.ResetPlayerPosVertical()