【十绝阵】开服3天内通过公会御令获取途径可以进入
parent
d0da980a3f
commit
4bcf4f3586
|
@ -294,6 +294,9 @@ function RewardItemSingleShowPopup:OnShow()
|
||||||
end
|
end
|
||||||
for i = 1, #jumpSortData do
|
for i = 1, #jumpSortData do
|
||||||
if jumpSortData[i].id > 0 then
|
if jumpSortData[i].id > 0 then
|
||||||
|
if JumpConfig[jumpSortData[i].id].Type < 10000 then
|
||||||
|
if not ActTimeCtrlManager.SingleFuncState(JumpConfig[jumpSortData[i].id].Type) then break end
|
||||||
|
end
|
||||||
if not RECHARGEABLE then--(是否开启充值)
|
if not RECHARGEABLE then--(是否开启充值)
|
||||||
if this.isRewardItemPop == true or itemConfigData.Id == 61 or itemConfigData.Id == 19 or itemConfigData.ItemType == 17 then
|
if this.isRewardItemPop == true or itemConfigData.Id == 61 or itemConfigData.Id == 19 or itemConfigData.ItemType == 17 then
|
||||||
SubUIManager.Open(SubUIConfig.JumpView, this.equipProGrid.transform, jumpSortData[i].id,false,self)
|
SubUIManager.Open(SubUIConfig.JumpView, this.equipProGrid.transform, jumpSortData[i].id,false,self)
|
||||||
|
|
Loading…
Reference in New Issue