parent
4faa39ab2a
commit
28a3341fa1
|
@ -525,6 +525,7 @@ UpViewRechargeType = {
|
||||||
Celebration = 50003,--社稷赏
|
Celebration = 50003,--社稷赏
|
||||||
PuTiZi = 1203,--菩提子
|
PuTiZi = 1203,--菩提子
|
||||||
XianLingCao = 1202,--仙灵草
|
XianLingCao = 1202,--仙灵草
|
||||||
|
HuaLingFu = 1204,--化灵符
|
||||||
QuLingBi = 1205,--驱灵币
|
QuLingBi = 1205,--驱灵币
|
||||||
YHMF= 21,--妖魂魔符
|
YHMF= 21,--妖魂魔符
|
||||||
DingKunShenChu = 1004,-- 定卦神锄
|
DingKunShenChu = 1004,-- 定卦神锄
|
||||||
|
|
|
@ -50,6 +50,11 @@ local _ShowPlusType = {
|
||||||
UpViewRechargeType.YHMF,
|
UpViewRechargeType.YHMF,
|
||||||
UpViewRechargeType.QuLingBi,
|
UpViewRechargeType.QuLingBi,
|
||||||
UpViewRechargeType.DingKunShenChu,
|
UpViewRechargeType.DingKunShenChu,
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
UpViewRechargeType.YeQiuQuan,
|
||||||
|
UpViewRechargeType.HuaLingFu,
|
||||||
|
>>>>>>> bc582d93e... 【增加跳转】化灵符跳转零售特惠
|
||||||
}
|
}
|
||||||
|
|
||||||
-- 判断是否显示加号
|
-- 判断是否显示加号
|
||||||
|
@ -327,6 +332,10 @@ function UpView:RechargeType(_type)
|
||||||
end
|
end
|
||||||
UIManager.OpenPanel(UIName.MainRechargePanel, 1)
|
UIManager.OpenPanel(UIName.MainRechargePanel, 1)
|
||||||
end
|
end
|
||||||
|
elseif _type == UpViewRechargeType.YeQiuQuan then--跳限时商市
|
||||||
|
UIManager.OpenPanel(UIName.DynamicActivityPanel,ActivityTypeDef.DynamicAct_TimeLimitShop)
|
||||||
|
elseif _type == UpViewRechargeType.HuaLingFu then--跳灵兽特惠
|
||||||
|
UIManager.OpenPanel(UIName.DynamicActivityPanel,ActivityTypeDef.LingShowTeHui)
|
||||||
elseif _type == UpViewRechargeType.GrowthAmulet or
|
elseif _type == UpViewRechargeType.GrowthAmulet or
|
||||||
_type == UpViewRechargeType.Yaoh or
|
_type == UpViewRechargeType.Yaoh or
|
||||||
_type == UpViewRechargeType.Panacea or
|
_type == UpViewRechargeType.Panacea or
|
||||||
|
|
Loading…
Reference in New Issue