特权礼包特效修改

dev_chengFeng
jiaoyangna 2021-03-31 14:43:08 +08:00
parent 6af6f89c18
commit 2fa125f70e
2 changed files with 2 additions and 2 deletions

View File

@ -3497,7 +3497,7 @@ PrefabInstance:
- target: {fileID: 2623781795014531173, guid: ee9304e5f1d403d4ea55d2f19fafa324,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 24.135
value: 18
objectReference: {fileID: 0}
- target: {fileID: 2623781795014531173, guid: ee9304e5f1d403d4ea55d2f19fafa324,
type: 3}

View File

@ -183,7 +183,7 @@ function GiftPre:SetData(data,_parent,_rechargeNum,sortingOrder)
local isshow = false
if self.data.DataType == DynamicActivityManager.selectIndex.dataType then
for i = 1 , #DynamicActivityManager.selectIndex.goodsId do
if self.data.data.shopData.id == DynamicActivityManager.selectIndex.goodsId[i] then
if (self.data.data.shopData.id or self.data.data.shopData.goodsId) == DynamicActivityManager.selectIndex.goodsId[i] then
isshow = true
break
end