xiyou_yueNanZhengshi
parent
0dfc023a35
commit
918e7a9f58
|
@ -105,12 +105,12 @@ function this:OnOpen(...)
|
|||
LogError("urSkillData.needStar==" .. curSkillData.needStar)
|
||||
if curSkillData.needStar == 15 then
|
||||
--this.hintTxt.text=" ".."飞升3解锁"
|
||||
des1 = "<color=red>" .. Language[12243] .. "</color>" .. "\n" .. des1
|
||||
des1 = "<color=red>" .. Language[12243] .. "</color>" .. des1
|
||||
elseif curSkillData.needStar == 13 then
|
||||
des1 = "<color=red>" .. Language[12244] .. "</color>" .. "\n" .. des1
|
||||
des1 = "<color=red>" .. Language[12244] .. "</color>" .. des1
|
||||
else
|
||||
--this.hintTxt.text=" "..
|
||||
des1 = "<color=red>" .. NumToSimplenessFont[curSkillData.needStar] .. Language[12245] .. "</color>" .. "\n".. des1
|
||||
des1 = "<color=red>" .. NumToSimplenessFont[curSkillData.needStar] .. Language[12245] .. "</color>" .. des1
|
||||
end
|
||||
--des1=""
|
||||
end
|
||||
|
@ -119,13 +119,13 @@ function this:OnOpen(...)
|
|||
this.desList[2].go.gameObject:SetActive(true)
|
||||
this.hintTxt2.gameObject:SetActive(false)
|
||||
this.line:SetActive(true)
|
||||
this.hintTxt2.text = " " .. Language[12246]
|
||||
this.hintTxt2.text = Language[12246]
|
||||
this.desList[2].des.text = Language[12247] .. GetCurrSkillConfigDesc(nextCfg.skillConfig, soulLv)
|
||||
elseif trainingDta then
|
||||
this.desList[2].go.gameObject:SetActive(true)
|
||||
this.hintTxt2.gameObject:SetActive(false)
|
||||
this.line:SetActive(true)
|
||||
this.hintTxt2.text = " " .. Language[12248]
|
||||
this.hintTxt2.text = Language[12248]
|
||||
this.desList[2].des.text = string.format(Language[12249], NumToChinese[trainingDta.Level]) ..
|
||||
GetCurrSkillConfigDesc(
|
||||
ConfigManager.GetConfigData(ConfigName.PassiveSkillConfig, trainingDta.PassiveSkill[1]),
|
||||
|
@ -139,9 +139,9 @@ function this:OnOpen(...)
|
|||
--LogError("skillList[i].needStar=="..skillList[i].needStar)
|
||||
this.hintTxt.gameObject:SetActive(false)
|
||||
if curSkillData.needStar == 13 then
|
||||
this.hintTxt.text = " " .. Language[12244]
|
||||
this.hintTxt.text = Language[12244]
|
||||
else
|
||||
this.hintTxt.text = " " .. NumToSimplenessFont[curSkillData.needStar] .. Language[10648]
|
||||
this.hintTxt.text = NumToSimplenessFont[curSkillData.needStar] .. Language[10648]
|
||||
end
|
||||
else
|
||||
this.hintTxt.gameObject:SetActive(false)
|
||||
|
|
Loading…
Reference in New Issue