[洞府]======资源条显示修改

wangzhenxing 2022-09-05 11:14:13 +08:00
parent a09fa41f5d
commit 60b499f13c
2 changed files with 5 additions and 2 deletions

View File

@ -490,7 +490,7 @@ PanelType = {
LingMai = {14,16,1273},--御剑行 LingMai = {14,16,1273},--御剑行
tiandihonglu = {16,1287,1289}, tiandihonglu = {16,1287,1289},
fagncunxunbao = {16,1288,1290}, fagncunxunbao = {16,1288,1290},
HomeLand = {14,16,12061,12062}, HomeLand = {14,12061,12062,1297},
ExploreFun = { 14, 16, 12061 }, -- 体力 2 ExploreFun = { 14, 16, 12061 }, -- 体力 2
GodPrint = { 14, 16, 1294 }, -- 神印 GodPrint = { 14, 16, 1294 }, -- 神印
} }
@ -570,6 +570,7 @@ UpViewRechargeType = {
exploreCost = 12061,--家园食物 exploreCost = 12061,--家园食物
HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶 HomeLand_BeiChenZhiJing = 12062,--家园北辰之晶
GodPrintStone= 1294, --神印石 GodPrintStone= 1294, --神印石
HomeLand_BeiChenZhiSui =1297,--北辰之髓
} }
SHOP_PAGE = { SHOP_PAGE = {

View File

@ -69,6 +69,7 @@ local _ShowPlusType = {
UpViewRechargeType.HomeLand_BeiChenZhiJing, UpViewRechargeType.HomeLand_BeiChenZhiJing,
UpViewRechargeType.exploreCost, UpViewRechargeType.exploreCost,
UpViewRechargeType.GodPrintStone, UpViewRechargeType.GodPrintStone,
UpViewRechargeType.HomeLand_BeiChenZhiSui,
} }
-- 判断是否显示加号 -- 判断是否显示加号
@ -421,7 +422,8 @@ function UpView:RechargeType(_type)
_type == UpViewRechargeType.yonghengzhiyao or _type == UpViewRechargeType.yonghengzhiyao or
_type == UpViewRechargeType.HomeLand_BeiChenZhiJing or _type == UpViewRechargeType.HomeLand_BeiChenZhiJing or
_type == UpViewRechargeType.exploreCost or _type == UpViewRechargeType.exploreCost or
_type == UpViewRechargeType.qianmianhuan then _type == UpViewRechargeType.qianmianhuan or
_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
-- LogError("1111111") -- LogError("1111111")