优化页面
parent
90e1f25a0c
commit
f37ba8ea1c
File diff suppressed because it is too large
Load Diff
|
|
@ -94,7 +94,7 @@ function HelpFightPanel:OnShow()
|
|||
end
|
||||
local str=""
|
||||
for k, v in pairs(addProList) do
|
||||
str=str..GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.PropertyConfig,k).Info).." +"..v.."\n"..string.format("(阵位加成%s%%)\n",addNum/100)
|
||||
str=str..GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.PropertyConfig,k).Info).." +"..v.." "..string.format("(阵位加成%s%%)\n\n",addNum/100)
|
||||
end
|
||||
self.AddProTxt.text=str
|
||||
--self.tipInfo.text=""
|
||||
|
|
@ -124,7 +124,7 @@ function HelpFightPanel:SingleItemDataShow(_go,_data,_index)
|
|||
infoTxt.text=title
|
||||
lockObj:SetActive(_data.state==0)
|
||||
tipObj:SetActive(_data.state==0)
|
||||
tipTxt.text=string.format("创角%s天后开启",_data.config.Experience)
|
||||
tipTxt.text=string.format("%s天后开启",_data.config.Experience)
|
||||
local proList={}
|
||||
if _data.hero then
|
||||
heroObj:SetActive(true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue