【服务器】选择服务器时维护状态提示文字修改

dev_chengFeng
gaoxin 2021-08-09 16:13:20 +08:00
parent c957a96983
commit 639dbcac80
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ function ServerListSelectPanel:SetServerList()
serverItem:SetVisible(true)
serverItem.cloneObj:GetComponent("Button").onClick:AddListener(function()
if not LoginManager.IsServerStateEnterable(serverInfo.state) then
PopupTipPanel.ShowTip(Language[11142])
PopupTipPanel.ShowTip("服务器还未开启哦,请道友稍后片刻,具体开服时间可见公告~")
return
end
if self.context.callback then
@ -127,7 +127,7 @@ function ServerListSelectPanel:QuickSeverClicked(gameObject, serverId)
Util.AddOnceClick(gameObject, function()
local serverInfo = self:GetServerInfo(serverId)
if not LoginManager.IsServerStateEnterable(serverInfo.state) then
PopupTipPanel.ShowTip(Language[11142])
PopupTipPanel.ShowTip("服务器还未开启哦,请道友稍后片刻,具体开服时间可见公告~")
return
end
if self.context.callback then