【大闹天宫】重置提示错误

dev_chengFeng
zhangqiang 2021-02-23 10:40:58 +08:00
parent a6ac4320a7
commit e8ee62f9ab
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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