【幸运探宝】修复奖池奖励显示错误

dev_chengFeng
gaoxin 2020-12-26 17:12:06 +08:00
parent f4b682db17
commit bf4fbffe3d
1 changed files with 1 additions and 1 deletions

View File

@ -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)