【ID1009622】

【优化】主题活动中的珍奇宝阁、限时商市页面转移
dev_chengFeng
jiaoyangna 2021-07-06 16:48:59 +08:00
parent bc34bdce69
commit 13905916d1
2 changed files with 8 additions and 0 deletions

View File

@ -1045,6 +1045,8 @@ JumpType = {
XingChenShangDian = 20059, --星辰商店
ChaoFanRuSheng = 20061,
zhenqibaoge = 20002,
xianshishangshi = 20001,
firstRecharge = 30001,
ZhiZunJiangShi = 30002,

View File

@ -711,6 +711,12 @@ local jumpDic = {
this.isOpen = false
end
end,
[JumpType.zhenqibaoge] = function(data)
this.JumpActivity(JumpType.zhenqibaoge,data[1])
end,
[JumpType.xianshishangshi] = function(data)
this.JumpActivity(JumpType.xianshishangshi,data[1])
end,
}
function this.JumpActivity(data,skipfactor)