【限时抽卡】报错修复
parent
e1b523c394
commit
f618955409
|
|
@ -225,9 +225,9 @@ function TimeLimitedCall:Recruit(recrutType,recrutId,bType)
|
||||||
PrivilegeManager.RefreshPrivilegeUsedTimes(self.maxtimesId,recrutType)--记录抽卡次数
|
PrivilegeManager.RefreshPrivilegeUsedTimes(self.maxtimesId,recrutType)--记录抽卡次数
|
||||||
|
|
||||||
if bType == 1 then
|
if bType == 1 then
|
||||||
UIManager.OpenPanel(UIName.SingleRecruitPanel, msg.drop.itemlist[1],recrutId,bType,{RecruitType.TimeLimitSingle,RecruitType.TimeLimitTen})
|
UIManager.OpenPanel(UIName.SingleRecruitPanel, msg.drop.hero[1],recrutId,bType,{RecruitType.TimeLimitSingle,RecruitType.TimeLimitTen})
|
||||||
else
|
else
|
||||||
UIManager.OpenPanel(UIName.SingleRecruitPanel, msg.drop.itemlist,recrutId,bType,{RecruitType.TimeLimitSingle,RecruitType.TimeLimitTen})
|
UIManager.OpenPanel(UIName.SingleRecruitPanel, msg.drop.hero,recrutId,bType,{RecruitType.TimeLimitSingle,RecruitType.TimeLimitTen})
|
||||||
end
|
end
|
||||||
CheckRedPointStatus(RedPointType.TimeLimited)
|
CheckRedPointStatus(RedPointType.TimeLimited)
|
||||||
end,self.freeTimesId)
|
end,self.freeTimesId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue