【IOS提审】链接提审服时,部分按钮跳转到妖晶充值
parent
557d19910d
commit
c2dfe0ee92
|
@ -1,4 +1,4 @@
|
||||||
--[[
|
--[[
|
||||||
* @ClassName FirstRechargePanel
|
* @ClassName FirstRechargePanel
|
||||||
* @Description 首充
|
* @Description 首充
|
||||||
* @Date 2019/6/3 11:45
|
* @Date 2019/6/3 11:45
|
||||||
|
@ -288,7 +288,11 @@ function FirstRechargePanel:OnRechargeBtnClicked()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
self:ClosePanel()
|
self:ClosePanel()
|
||||||
|
if SERVER_VERSION == 1 then
|
||||||
|
JumpManager.GoJump(36010)
|
||||||
|
else
|
||||||
JumpManager.GoJump(36008)
|
JumpManager.GoJump(36008)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function FirstRechargePanel:SetTabRedPointStatus(tabIndex)
|
function FirstRechargePanel:SetTabRedPointStatus(tabIndex)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
UpView = {}
|
UpView = {}
|
||||||
local ArenaSetting = ConfigManager.GetConfig(ConfigName.ArenaSetting)
|
local ArenaSetting = ConfigManager.GetConfig(ConfigName.ArenaSetting)
|
||||||
local StoreTypeConfig = ConfigManager.GetConfig(ConfigName.StoreTypeConfig)
|
local StoreTypeConfig = ConfigManager.GetConfig(ConfigName.StoreTypeConfig)
|
||||||
local _ItemMaxNum = 4
|
local _ItemMaxNum = 4
|
||||||
|
@ -324,6 +324,11 @@ function UpView:RechargeType(_type)
|
||||||
elseif _type == UpViewRechargeType.HeroExchange then--神将置换
|
elseif _type == UpViewRechargeType.HeroExchange then--神将置换
|
||||||
UIManager.OpenPanel(UIName.ElementDrawCardPanel)
|
UIManager.OpenPanel(UIName.ElementDrawCardPanel)
|
||||||
elseif _type == UpViewRechargeType.DemonCrystal then
|
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
|
if not ShopManager.IsActive(SHOP_TYPE.SOUL_STONE_SHOP) then
|
||||||
PopupTipPanel.ShowTip(Language[10422])
|
PopupTipPanel.ShowTip(Language[10422])
|
||||||
|
|
Loading…
Reference in New Issue