[bt=======妖晶跳转修改提交]
parent
151b4366aa
commit
aa4353177b
|
|
@ -342,20 +342,21 @@ function UpView:RechargeType(_type)
|
|||
JumpManager.GoJump(1002)
|
||||
elseif _type == UpViewRechargeType.DemonCrystal then
|
||||
LogError(tostring(SERVER_VERSION))
|
||||
if SERVER_VERSION == 1 then
|
||||
JumpManager.GoJump(36010)
|
||||
return
|
||||
end
|
||||
-- 充值商店
|
||||
if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then
|
||||
PopupTipPanel.ShowTip(Language[10422])
|
||||
return
|
||||
end
|
||||
if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then
|
||||
JumpManager.GoJump(36012)
|
||||
else
|
||||
JumpManager.GoJump(36008)
|
||||
end
|
||||
JumpManager.GoJump(36010)
|
||||
-- if SERVER_VERSION == 1 then
|
||||
-- JumpManager.GoJump(36010)
|
||||
-- return
|
||||
-- end
|
||||
-- -- 充值商店
|
||||
-- if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then
|
||||
-- PopupTipPanel.ShowTip(Language[10422])
|
||||
-- return
|
||||
-- end
|
||||
-- if ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.XinRenShop) then
|
||||
-- JumpManager.GoJump(36012)
|
||||
-- else
|
||||
-- JumpManager.GoJump(36008)
|
||||
-- end
|
||||
elseif _type == UpViewRechargeType.SoulCrystal then
|
||||
-- 充值商店
|
||||
if not MapManager.Mapping then
|
||||
|
|
|
|||
Loading…
Reference in New Issue