【幸运探宝】修复奖池奖励显示错误
parent
f4b682db17
commit
bf4fbffe3d
|
@ -42,7 +42,7 @@ function RewardPreviewPopup:RemoveListener()
|
|||
end
|
||||
|
||||
function RewardPreviewPopup:OnOpen(type)
|
||||
if LengthOfTable(RecruitManager.previewGhostFindData) <= 0 then
|
||||
if RecruitManager.previewGhostFindData and LengthOfTable(RecruitManager.previewGhostFindData) <= 0 then
|
||||
RecruitManager.InitPreData()
|
||||
end
|
||||
this.normalRoot:SetActive(false)
|
||||
|
|
Loading…
Reference in New Issue