抽卡红点修改
parent
fe76eb75a7
commit
bfd7967d52
|
@ -572,6 +572,7 @@ UpViewRechargeType = {
|
|||
HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶
|
||||
GodPrintStone= 1294, --神印石
|
||||
HomeLand_BeiChenZhiSui =1297,--北辰之髓
|
||||
xianChongQuan = 1350, --仙充券
|
||||
}
|
||||
|
||||
SHOP_PAGE = {
|
||||
|
|
|
@ -348,6 +348,7 @@ function this.InitRedPointAllRelate()
|
|||
|
||||
--命格
|
||||
RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main)
|
||||
RPData:SetParent(RedPointType.TimeLimitWish,RedPointType.Recruit)
|
||||
RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)
|
||||
--战力冲刺
|
||||
RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice)
|
||||
|
|
|
@ -70,6 +70,7 @@ local _ShowPlusType = {
|
|||
UpViewRechargeType.exploreCost,
|
||||
UpViewRechargeType.GodPrintStone,
|
||||
UpViewRechargeType.HomeLand_BeiChenZhiSui,
|
||||
UpViewRechargeType.xianChongQuan,
|
||||
}
|
||||
|
||||
-- 判断是否显示加号
|
||||
|
@ -423,6 +424,7 @@ function UpView:RechargeType(_type)
|
|||
_type == UpViewRechargeType.HomeLand_BeiChenZhiJing or
|
||||
_type == UpViewRechargeType.exploreCost or
|
||||
_type == UpViewRechargeType.qianmianhuan or
|
||||
_type == UpViewRechargeType.xianChongQuan or
|
||||
_type == UpViewRechargeType.HomeLand_BeiChenZhiSui then
|
||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
||||
elseif _type == UpViewRechargeType.GodPrintStone then
|
||||
|
|
Loading…
Reference in New Issue