超值返利修改提交
parent
84e7aa2ae2
commit
185eb85640
|
@ -125,9 +125,10 @@ function PremiumRebatePanel:ShowSingleHero(go,_data,index)
|
||||||
local missionConfigData = this.actConfigData[index]
|
local missionConfigData = this.actConfigData[index]
|
||||||
if missionConfigData then
|
if missionConfigData then
|
||||||
go.gameObject:SetActive(true)
|
go.gameObject:SetActive(true)
|
||||||
return
|
|
||||||
else
|
else
|
||||||
go.gameObject:SetActive(false)
|
go.gameObject:SetActive(false)
|
||||||
|
return
|
||||||
end
|
end
|
||||||
title.text = missionConfigData.ContentsShow
|
title.text = missionConfigData.ContentsShow
|
||||||
if not this.itemViewList[go] then
|
if not this.itemViewList[go] then
|
||||||
|
|
Loading…
Reference in New Issue