超值返利修改提交

dev_chengFeng
jiaoyangna 2021-12-30 15:05:21 +08:00
parent c5d42ab873
commit 973e19ac66
1 changed files with 2 additions and 2 deletions

View File

@ -124,10 +124,10 @@ function PremiumRebatePanel:ShowSingleHero(go,_data,index)
local btnImg = Util.GetGameObject(go, "btnGet"):GetComponent("Image")
local missionConfigData = this.actConfigData[index]
if missionConfigData then
go.gameObject:SetActive(true)
else
go.gameObject:SetActive(false)
return
else
go.gameObject:SetActive(true)
end
title.text = missionConfigData.ContentsShow
if not this.itemViewList[go] then