diff --git a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua index 4f5663bb71..6fc469e44a 100644 --- a/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua +++ b/Assets/ManagedResources/~Lua/Common/GlobalDefine.lua @@ -490,7 +490,7 @@ PanelType = { LingMai = {14,16,1273},--御剑行 tiandihonglu = {16,1287,1289}, fagncunxunbao = {16,1288,1290}, - HomeLand = {14,16,12061,12062}, + HomeLand = {14,12061,12062,1297}, ExploreFun = { 14, 16, 12061 }, -- 体力 2 GodPrint = { 14, 16, 1294 }, -- 神印 } @@ -570,6 +570,7 @@ UpViewRechargeType = { exploreCost = 12061,--家园食物 HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶 GodPrintStone= 1294, --神印石 + HomeLand_BeiChenZhiSui =1297,--北辰之髓 } SHOP_PAGE = { diff --git a/Assets/ManagedResources/~Lua/View/UpView.lua b/Assets/ManagedResources/~Lua/View/UpView.lua index 6f3680b1e7..3d961575e3 100644 --- a/Assets/ManagedResources/~Lua/View/UpView.lua +++ b/Assets/ManagedResources/~Lua/View/UpView.lua @@ -69,6 +69,7 @@ local _ShowPlusType = { UpViewRechargeType.HomeLand_BeiChenZhiJing, UpViewRechargeType.exploreCost, UpViewRechargeType.GodPrintStone, + UpViewRechargeType.HomeLand_BeiChenZhiSui, } -- 判断是否显示加号 @@ -421,7 +422,8 @@ function UpView:RechargeType(_type) _type == UpViewRechargeType.yonghengzhiyao or _type == UpViewRechargeType.HomeLand_BeiChenZhiJing or _type == UpViewRechargeType.exploreCost or - _type == UpViewRechargeType.qianmianhuan then + _type == UpViewRechargeType.qianmianhuan or + _type == UpViewRechargeType.HomeLand_BeiChenZhiSui then UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type) elseif _type == UpViewRechargeType.GodPrintStone then -- LogError("1111111")