特权礼包特效修改
parent
6af6f89c18
commit
2fa125f70e
|
|
@ -3497,7 +3497,7 @@ PrefabInstance:
|
||||||
- target: {fileID: 2623781795014531173, guid: ee9304e5f1d403d4ea55d2f19fafa324,
|
- target: {fileID: 2623781795014531173, guid: ee9304e5f1d403d4ea55d2f19fafa324,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_AnchoredPosition.y
|
propertyPath: m_AnchoredPosition.y
|
||||||
value: 24.135
|
value: 18
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 2623781795014531173, guid: ee9304e5f1d403d4ea55d2f19fafa324,
|
- target: {fileID: 2623781795014531173, guid: ee9304e5f1d403d4ea55d2f19fafa324,
|
||||||
type: 3}
|
type: 3}
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@ function GiftPre:SetData(data,_parent,_rechargeNum,sortingOrder)
|
||||||
local isshow = false
|
local isshow = false
|
||||||
if self.data.DataType == DynamicActivityManager.selectIndex.dataType then
|
if self.data.DataType == DynamicActivityManager.selectIndex.dataType then
|
||||||
for i = 1 , #DynamicActivityManager.selectIndex.goodsId do
|
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
|
isshow = true
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue