parent
bc34bdce69
commit
13905916d1
|
|
@ -1045,6 +1045,8 @@ JumpType = {
|
|||
XingChenShangDian = 20059, --星辰商店
|
||||
|
||||
ChaoFanRuSheng = 20061,
|
||||
zhenqibaoge = 20002,
|
||||
xianshishangshi = 20001,
|
||||
|
||||
firstRecharge = 30001,
|
||||
ZhiZunJiangShi = 30002,
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue