充值恢复
parent
8b3bcecb59
commit
971245b8cc
|
@ -183,7 +183,6 @@ function this.InitRedPointAllRelate()
|
|||
RPData:SetParent(RedPointType.Guild_Apply, RedPointType.Guild_House_Apply)
|
||||
RPData:SetParent(RedPointType.Guild_Shop, RedPointType.Guild)
|
||||
RPData:SetParent(RedPointType.Guild_Boss, RedPointType.Guild)
|
||||
RPData:SetParent(RedPointType.Guild_RedPacket, RedPointType.Guild)
|
||||
RPData:SetParent(RedPointType.Guild_Fete, RedPointType.Guild)
|
||||
RPData:SetParent(RedPointType.Guild_Aid, RedPointType.Guild)
|
||||
RPData:SetParent(RedPointType.Guild_AidMy, RedPointType.Guild_Aid)
|
||||
|
@ -208,6 +207,7 @@ function this.InitRedPointAllRelate()
|
|||
RPData:SetParent(RedPointType.Shop_Page_Recharge, RedPointType.Recharge)
|
||||
RPData:SetParent(RedPointType.DailyGift, RedPointType.Recharge)
|
||||
RPData:SetParent(RedPointType.GrowthPackage, RedPointType.Recharge)--成长礼包
|
||||
RPData:SetParent(RedPointType.Guild_RedPacket, RedPointType.Guild)--工会红包
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -117,7 +117,6 @@ function GiftView:RefreshGiftData()
|
|||
self.scrollView.gameObject:SetActive(true)
|
||||
elseif self.buyType == DirectBuyType.FINDTREASURE_GIFT then--特权礼包界面
|
||||
--两部分组成 寻宝特权在商品里 极速探索礼包在直购里
|
||||
--(24暂时关闭)
|
||||
local topspeedData = self:ResetShopData(ShopManager.GetShopDataByType(SHOP_TYPE.FINDTREASURE_GIFT).storeItem, self.buyType, DataType.Shop)
|
||||
if RECHARGEABLE then--(是否开启充值)
|
||||
shopData = self:ResetShopData(OperatingManager.GetGiftGoodsInfoList(GoodsTypeDef.DirectPurchaseGift), self.buyType, DataType.Direct)
|
||||
|
|
Loading…
Reference in New Issue