【四象心法】增加跳转

(cherry picked from commit 98d3911f23)
dev_chengFeng
ZhangBiao 2021-09-27 14:32:59 +08:00
parent 919740cdae
commit 810614f226
2 changed files with 5 additions and 0 deletions

View File

@ -1079,6 +1079,7 @@ JumpType = {
HongMengZhen = 86,-- 鸿蒙阵
FightLevel = 107,-- 山河社稷图
QiJieShiLian = 112,--七界试炼
SiXiangXinFa = 113,--四象心法
BuyVigor = 10000, --体力购买
BuyGold = 10001, --金币购买

View File

@ -787,6 +787,10 @@ local jumpDic = {
[JumpType.linglongBaojing] = function(data)
this.JumpActivity(JumpType.linglongBaojing % 10000,data[1])
end,
[JumpType.SiXiangXinFa] = function(data)
UIManager.OpenPanel(UIName.PracticePanel)
UIManager.OpenPanel(UIName.FourQuadrantPopup)
end,
}
function this.JumpActivity(data,skipfactor)