[bt=======妖晶跳转修改提交]

dev_chengFeng
wangzhenxing 2022-11-30 14:34:17 +08:00
parent 151b4366aa
commit aa4353177b
1 changed files with 15 additions and 14 deletions

View File

@ -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