【跳转】资源条添加碎繁星辰跳转
parent
e72d1ee9c0
commit
d89511a3d9
|
@ -1,4 +1,4 @@
|
|||
--[[
|
||||
--[[
|
||||
* @ClassName GlobalDefine
|
||||
* @Description 全局变量
|
||||
* @Date 2019/5/9 13:56
|
||||
|
@ -547,6 +547,7 @@ UpViewRechargeType = {
|
|||
XuanHuangZhiQi = 100,--玄黄之气
|
||||
YeQiuQuan = 1220,--野球拳法
|
||||
XiuXian = 1226,--修仙花费
|
||||
SuiFanXingCheng = 1007, -- 碎繁星辰
|
||||
}
|
||||
|
||||
SHOP_PAGE = {
|
||||
|
|
|
@ -54,6 +54,7 @@ local _ShowPlusType = {
|
|||
UpViewRechargeType.HuaLingFu,
|
||||
UpViewRechargeType.XuanHuangZhiQi,
|
||||
UpViewRechargeType.XiuXian,
|
||||
UpViewRechargeType.SuiFanXingCheng,
|
||||
}
|
||||
|
||||
-- 判断是否显示加号
|
||||
|
@ -363,7 +364,8 @@ function UpView:RechargeType(_type)
|
|||
_type==UpViewRechargeType.EndlessCoin or
|
||||
_type==UpViewRechargeType.QuLingBi or
|
||||
_type==UpViewRechargeType.XuanHuangZhiQi or
|
||||
_type==UpViewRechargeType.XiuXian then
|
||||
_type==UpViewRechargeType.XiuXian or
|
||||
_type==UpViewRechargeType.SuiFanXingCheng then
|
||||
UIManager.OpenPanel(UIName.RewardItemSingleShowPopup, _type)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue