【御剑行】提交
parent
a16b8c5e75
commit
e43abf17b2
|
@ -80,6 +80,10 @@ function this:Refresh(func)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if 2 - #serverData <= 0 then
|
if 2 - #serverData <= 0 then
|
||||||
|
PopupTipPanel.ShowTip("每轮仅可押注两把剑!")
|
||||||
|
return
|
||||||
|
end
|
||||||
|
if configData.JoinCount - YuJianXingManager.joinCount <= 0 then
|
||||||
PopupTipPanel.ShowTip("竞猜次数不足,无法开始竞猜!")
|
PopupTipPanel.ShowTip("竞猜次数不足,无法开始竞猜!")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
|
@ -121,7 +121,10 @@ end
|
||||||
function this.ResetGame()
|
function this.ResetGame()
|
||||||
YuJianXingManager.sendEvent = true
|
YuJianXingManager.sendEvent = true
|
||||||
this.riceCtrl:ResetGame()
|
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
|
end
|
||||||
|
|
||||||
function this.ResetPlayerPosVertical()
|
function this.ResetPlayerPosVertical()
|
||||||
|
|
Loading…
Reference in New Issue