diff --git a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua index 6fb436561e..b68a8083f6 100644 --- a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua +++ b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua @@ -572,6 +572,7 @@ UpViewRechargeType = { HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶 GodPrintStone= 1294, --神印石 HomeLand_BeiChenZhiSui =1297,--北辰之髓 + xianChongQuan = 1350, --仙充券 } SHOP_PAGE = { diff --git a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua index d76299cc35..1ff00cc9c3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Player/RedpotManager.lua @@ -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) diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index 550b98d4e4..21d349fdb3 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -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