【BT】【神尊特权】缺少仙晶获取途径bug修改
parent
551ed6c64f
commit
985391bba4
|
@ -20,7 +20,7 @@ local _ShowPlusType = {
|
|||
UpViewRechargeType.GhostRing,
|
||||
UpViewRechargeType.EliteCarbonTicket,
|
||||
UpViewRechargeType.AdventureAlianInvasionTicket,
|
||||
-- UpViewRechargeType.SoulCrystal,
|
||||
UpViewRechargeType.SoulCrystal,
|
||||
UpViewRechargeType.DemonCrystal,
|
||||
UpViewRechargeType.GrowthAmulet,
|
||||
UpViewRechargeType.LightRing,
|
||||
|
@ -355,15 +355,15 @@ function UpView:RechargeType(_type)
|
|||
else
|
||||
JumpManager.GoJump(36008)
|
||||
end
|
||||
-- elseif _type == UpViewRechargeType.SoulCrystal then
|
||||
-- -- 充值商店
|
||||
-- if not MapManager.Mapping then
|
||||
-- if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then
|
||||
-- PopupTipPanel.ShowTip(Language[10422])
|
||||
-- return
|
||||
-- end
|
||||
-- JumpManager.GoJump(36008)
|
||||
-- end
|
||||
elseif _type == UpViewRechargeType.SoulCrystal then
|
||||
-- 充值商店
|
||||
if not MapManager.Mapping then
|
||||
if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then
|
||||
PopupTipPanel.ShowTip(Language[10422])
|
||||
return
|
||||
end
|
||||
JumpManager.GoJump(36008)
|
||||
end
|
||||
elseif _type == UpViewRechargeType.YeQiuQuan then--跳限时商市
|
||||
if UIManager.IsOpen(UIName.TenRecruitPanel) then
|
||||
UIManager.ClosePanel(UIName.TenRecruitPanel)
|
||||
|
|
Loading…
Reference in New Issue