parent
79d3af1390
commit
0b61953079
|
@ -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
|
if heroData.lockState == 1 or (heroData.isFormation ~= "" and heroData.isFormation ~= Language[10410]) then
|
||||||
else
|
else
|
||||||
if HarmonyManager.IsChangeColor(heroData.dynamicId) then
|
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)
|
GongMingMask:SetActive(true)
|
||||||
elseif HarmonyManager:IsEnvoy(heroData.dynamicId) and HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv) then
|
elseif HarmonyManager:IsEnvoy(heroData.dynamicId) and HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv) then
|
||||||
if HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv).heroTid == 0 then
|
if HarmonyManager.GetSingleAdditionsData(HarmonyAddType.AddLv).heroTid == 0 then
|
||||||
|
|
Loading…
Reference in New Issue