暂时屏蔽加一种道具

zhangqiang 2020-09-11 21:53:12 +08:00
parent 3ef98155b5
commit a24c1e2016
1 changed files with 1 additions and 1 deletions

View File

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