【大闹天宫】重置提示错误
parent
a6ac4320a7
commit
e8ee62f9ab
|
|
@ -364,7 +364,7 @@ function this.BtnClick(id)
|
|||
CheckRedPointStatus(RedPointType.OrdinaryExplore)
|
||||
else
|
||||
if ExpeditionManager.ExpeditionState == 2 then
|
||||
PopupTipPanel.ShowTip(Language[12195])
|
||||
PopupTipPanel.ShowTip("大闹天宫进入重置阶段,请等待凌晨0点后进入!")
|
||||
else
|
||||
PopupTipPanel.ShowTip(ActTimeCtrlManager.GetFuncTip(FUNCTION_OPEN_TYPE.EXPEDITION))
|
||||
end
|
||||
|
|
|
|||
|
|
@ -485,10 +485,10 @@ function this.RefreshPanelShowByState()
|
|||
PlayerManager.carbonType = 1
|
||||
if ExpeditionManager.ExpeditionState == 2 then
|
||||
UIManager.OpenPanel(UIName.CarbonTypePanelV2)
|
||||
PopupTipPanel.ShowTip(Language[12195])
|
||||
PopupTipPanel.ShowTip("大闹天宫进入重置阶段,请等待凌晨0点后进入!")
|
||||
elseif ExpeditionManager.ExpeditionState == 3 then
|
||||
UIManager.OpenPanel(UIName.CarbonTypePanelV2)
|
||||
PopupTipPanel.ShowTip(Language[12195])
|
||||
PopupTipPanel.ShowTip("大闹天宫进入重置阶段,请等待凌晨0点后进入!")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue