From 60b499f13cc6ff4bec5cc1b67c839cfc59cdc946 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Mon, 5 Sep 2022 11:14:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B4=9E=E5=BA=9C]=3D=3D=3D=3D=3D=3D=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=9D=A1=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Common/GlobalDefine.lua | 3 ++- Assets/ManagedResources/~Lua/View/UpView.lua | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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")