暂时屏蔽加一种道具
parent
3ef98155b5
commit
a24c1e2016
|
|
@ -203,7 +203,7 @@ function RewardItemSingleShowPopup:OnShow()
|
|||
end
|
||||
for i = 1, #jumpSortData do
|
||||
if jumpSortData[i].id > 0 then
|
||||
if this.isRewardItemPop == true or itemConfigData.Id == 61 then--(24暂时关闭)
|
||||
if this.isRewardItemPop == true or itemConfigData.Id == 61 or itemConfigData.Id == 19 then--(24暂时关闭)
|
||||
SubUIManager.Open(SubUIConfig.JumpView, this.equipProGrid.transform, jumpSortData[i].id,false)
|
||||
else
|
||||
SubUIManager.Open(SubUIConfig.JumpView, this.equipProGrid.transform, jumpSortData[i].id,true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue