抽卡红点修改

dev_chengFeng
wangzhenxing 2022-11-23 14:33:39 +08:00
parent fe76eb75a7
commit bfd7967d52
3 changed files with 4 additions and 0 deletions

View File

@ -572,6 +572,7 @@ UpViewRechargeType = {
HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶 HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶
GodPrintStone= 1294, --神印石 GodPrintStone= 1294, --神印石
HomeLand_BeiChenZhiSui =1297,--北辰之髓 HomeLand_BeiChenZhiSui =1297,--北辰之髓
xianChongQuan = 1350, --仙充券
} }
SHOP_PAGE = { SHOP_PAGE = {

View File

@ -348,6 +348,7 @@ function this.InitRedPointAllRelate()
--命格 --命格
RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main) RPData:SetParent(RedPointType.Gem,RedPointType.Practice_main)
RPData:SetParent(RedPointType.TimeLimitWish,RedPointType.Recruit)
RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish) RPData:SetParent(RedPointType.TimeLimitWishStore,RedPointType.TimeLimitWish)
--战力冲刺 --战力冲刺
RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice) RPData:SetParent(RedPointType.PowerRiceGool,RedPointType.PowerRice)

View File

@ -70,6 +70,7 @@ local _ShowPlusType = {
UpViewRechargeType.exploreCost, UpViewRechargeType.exploreCost,
UpViewRechargeType.GodPrintStone, UpViewRechargeType.GodPrintStone,
UpViewRechargeType.HomeLand_BeiChenZhiSui, UpViewRechargeType.HomeLand_BeiChenZhiSui,
UpViewRechargeType.xianChongQuan,
} }
-- 判断是否显示加号 -- 判断是否显示加号
@ -423,6 +424,7 @@ function UpView:RechargeType(_type)
_type == UpViewRechargeType.HomeLand_BeiChenZhiJing or _type == UpViewRechargeType.HomeLand_BeiChenZhiJing or
_type == UpViewRechargeType.exploreCost or _type == UpViewRechargeType.exploreCost or
_type == UpViewRechargeType.qianmianhuan or _type == UpViewRechargeType.qianmianhuan or
_type == UpViewRechargeType.xianChongQuan or
_type == UpViewRechargeType.HomeLand_BeiChenZhiSui then _type == UpViewRechargeType.HomeLand_BeiChenZhiSui then
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type) UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
elseif _type == UpViewRechargeType.GodPrintStone then elseif _type == UpViewRechargeType.GodPrintStone then