逍遥boss 提交

dev_chengFeng
jiaoyangna 2021-03-18 12:01:35 +08:00
parent 30c05503c1
commit e7803d68c8
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ function XiaoYaoLuckyBossPopup:SetSelectHero(monsterData)
Util.GetGameObject(this.e_fightBtn,"layout/num"):GetComponent("Text").text = "<color=#1B262E>" .. costNum .. "</color>"
end
else
costId = 16
costNum = 0
Util.GetGameObject(this.e_fightBtn,"Text").gameObject:SetActive(true)
Util.GetGameObject(this.e_fightBtn,"layout").gameObject:SetActive(false)
end