[洞府]======资源条显示修改
parent
a09fa41f5d
commit
60b499f13c
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue