【增加跳转】化灵符跳转零售特惠

(cherry picked from commit bc582d93e0)
dev_chengFeng
ZhangBiao 2020-12-24 15:57:51 +08:00
parent 4faa39ab2a
commit 28a3341fa1
2 changed files with 10 additions and 0 deletions

View File

@ -525,6 +525,7 @@ UpViewRechargeType = {
Celebration = 50003,--社稷赏
PuTiZi = 1203,--菩提子
XianLingCao = 1202,--仙灵草
HuaLingFu = 1204,--化灵符
QuLingBi = 1205,--驱灵币
YHMF= 21,--妖魂魔符
DingKunShenChu = 1004,-- 定卦神锄

View File

@ -50,6 +50,11 @@ local _ShowPlusType = {
UpViewRechargeType.YHMF,
UpViewRechargeType.QuLingBi,
UpViewRechargeType.DingKunShenChu,
<<<<<<< HEAD
=======
UpViewRechargeType.YeQiuQuan,
UpViewRechargeType.HuaLingFu,
>>>>>>> bc582d93e...
}
-- 判断是否显示加号
@ -327,6 +332,10 @@ function UpView:RechargeType(_type)
end
UIManager.OpenPanel(UIName.MainRechargePanel, 1)
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
_type == UpViewRechargeType.Yaoh or
_type == UpViewRechargeType.Panacea or