超值返利修改提交

dev_chengFeng
jiaoyangna 2021-12-30 14:45:23 +08:00
parent b118d30185
commit 84e7aa2ae2
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 btnImg = Util.GetGameObject(go, "btnGet"):GetComponent("Image")
local missionConfigData = this.actConfigData[index] local missionConfigData = this.actConfigData[index]
if missionConfigData then if missionConfigData then
go.gameObject:SetActive(false) go.gameObject:SetActive(true)
return return
else else
go.gameObject:SetActive(true) go.gameObject:SetActive(false)
end end
title.text = missionConfigData.ContentsShow title.text = missionConfigData.ContentsShow
if not this.itemViewList[go] then if not this.itemViewList[go] then