xiyou_yueNanZhengshi
PC-202302260912\Administrator 2024-11-27 14:50:03 +08:00
parent e8666398ff
commit c9b90d9072
1 changed files with 2 additions and 2 deletions

View File

@ -355,11 +355,11 @@ function IncarnationPanel:SetSingleData(go, data, index)
NetManager.UpOrDownTransformationRequest(data.id, 0, 1, function()
data.state = 1
self:SetSingleData(go, data, index)
PopupTipPanel.ShowTip(string.format(Language[11623], data.name))
PopupTipPanel.ShowTip(string.format(Language[11623], GetLanguageStrById(data.name)))
CheckRedPointStatus(RedPointType.incarnation_force)
end)
else
PopupTipPanel.ShowTip(string.format(Language[11623], data.name))
PopupTipPanel.ShowTip(string.format(Language[11623], GetLanguageStrById(data.name)))
end
end)
Util.AddOnceClick(self.itemPreList[go].incarnationBtn, function()