【御剑行】提交
parent
a16b8c5e75
commit
e43abf17b2
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue