特训激活消耗英雄显示修改

(cherry picked from commit 83d8d2d454)
tcx_xiyou_test
wangzhenxing 2024-01-02 19:07:04 +08:00
parent 79d3af1390
commit 0b61953079
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ function this.OnShowSingleCardData(go,heroData)--isSelect 1选择 2 没选择
if heroData.lockState == 1 or (heroData.isFormation ~= "" and heroData.isFormation ~= Language[10410]) then
else
if HarmonyManager.IsChangeColor(heroData.dynamicId) then
Util.GetGameObject(go.transform, "lv/Text"):GetComponent("Text").text = "<color=#0f0>"..heroData.lv.."</color>"
Util.GetGameObject(go.transform, "lv"):GetComponent("Text").text = "<color=#0f0>"..heroData.lv.."</color>"
GongMingMask:SetActive(true)
elseif HarmonyManager:IsEnvoy(heroData.dynamicId) and HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv) then
if HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv).heroTid == 0 then