Merge branch 'china/dev_bt' of http://60.1.1.230/gaoxin/JL_Client into china/dev_bt

wangzhenxing 2022-12-26 14:30:04 +08:00
commit 44f87c01d6
1 changed files with 3 additions and 1 deletions

View File

@ -405,7 +405,9 @@ function RewardItemSingleShowPopup:OnShow()
elseif isBagPanel and itemConfigData.ItemType == 10 and func then
this.btnSure:SetActive(true)
this.btnSureText.text = Language[10195]
this.helpBtn.gameObject:SetActive(true)
if itemConfigData.HeroStar and itemConfigData.HeroStar[1]==1 then
this.helpBtn.gameObject:SetActive(true)
end
elseif isBagPanel and itemConfigData.ItemType == 12 and func then-- 改名卡
this.btnSure:SetActive(true)
this.btnSureText.text = Language[10195]