【跳转】资源条添加碎繁星辰跳转

dev_chengFeng
gaoxin 2021-05-21 11:02:24 +08:00
parent e72d1ee9c0
commit d89511a3d9
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
--[[ --[[
* @ClassName GlobalDefine * @ClassName GlobalDefine
* @Description * @Description
* @Date 2019/5/9 13:56 * @Date 2019/5/9 13:56
@ -547,6 +547,7 @@ UpViewRechargeType = {
XuanHuangZhiQi = 100,--玄黄之气 XuanHuangZhiQi = 100,--玄黄之气
YeQiuQuan = 1220,--野球拳法 YeQiuQuan = 1220,--野球拳法
XiuXian = 1226,--修仙花费 XiuXian = 1226,--修仙花费
SuiFanXingCheng = 1007, -- 碎繁星辰
} }
SHOP_PAGE = { SHOP_PAGE = {

View File

@ -54,6 +54,7 @@ local _ShowPlusType = {
UpViewRechargeType.HuaLingFu, UpViewRechargeType.HuaLingFu,
UpViewRechargeType.XuanHuangZhiQi, UpViewRechargeType.XuanHuangZhiQi,
UpViewRechargeType.XiuXian, UpViewRechargeType.XiuXian,
UpViewRechargeType.SuiFanXingCheng,
} }
-- 判断是否显示加号 -- 判断是否显示加号
@ -363,7 +364,8 @@ function UpView:RechargeType(_type)
_type==UpViewRechargeType.EndlessCoin or _type==UpViewRechargeType.EndlessCoin or
_type==UpViewRechargeType.QuLingBi or _type==UpViewRechargeType.QuLingBi or
_type==UpViewRechargeType.XuanHuangZhiQi or _type==UpViewRechargeType.XuanHuangZhiQi or
_type==UpViewRechargeType.XiuXian then _type==UpViewRechargeType.XiuXian or
_type==UpViewRechargeType.SuiFanXingCheng then
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type) UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
end end
end end