From ec6592a0d31f4f60248e10afa787401c5fb61308 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Wed, 28 Dec 2022 13:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=8D=87=E7=BA=A7bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/RoleInfo/RoleInfoLayout.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoLayout.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoLayout.lua index db2bfbf471..e9db4a4c69 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoLayout.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleInfoLayout.lua @@ -884,10 +884,12 @@ function this:UpdateHeroUpLvAndBreakData() this.itemGrid.gameObject:SetActive(true) this.tipUpLv.gameObject:SetActive(false) this.upLvBtnText.text=Language[11805] + this.upMaxLvBtn.gameObject:SetActive(false) this.tipUpLv.text=Language[11804] this.tipUpLv.gameObject:SetActive(false) else this.upLvBtnText.text=Language[11063] + this.upMaxLvBtn.gameObject:SetActive(true) if isHeroUpStar and curStarRankUpConfig and curHeroData.lv >= curStarRankUpConfig.OpenLevel then--当前突破全部完成 this.tipUpLv.text=Language[11804] this.tipUpLv.gameObject:SetActive(false)