欧皇红包概率显示修改

yuanshuai 2022-12-26 14:03:59 +08:00
parent 3a77e7088e
commit ec8fa4a8ca
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]