tcx_xiyou_yueNan
parent
21087b3ee9
commit
8c3953c72e
|
|
@ -1245,21 +1245,21 @@ end
|
|||
function this:TabBtnAction(id, actType, data)
|
||||
if actType == 1 then
|
||||
if id == ActivityTypeDef.FirstRecharge then
|
||||
-- if PlayerPrefs.GetInt(PlayerManager.uid.."isGMEsp")==0 then
|
||||
-- local isOpen=CheckFunctionOpen(153)
|
||||
-- if isOpen then
|
||||
-- UIManager.OpenPanel(UIName.GMEspecially,function()
|
||||
-- UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
-- PlayerPrefs.SetInt(PlayerManager.uid.."isGMEsp",1)
|
||||
-- end)
|
||||
-- else
|
||||
-- UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
-- end
|
||||
if PlayerPrefs.GetInt(PlayerManager.uid.."isGMEsp")==0 then
|
||||
local isOpen=CheckFunctionOpen(153)
|
||||
if isOpen then
|
||||
UIManager.OpenPanel(UIName.GMEspecially,function()
|
||||
UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
PlayerPrefs.SetInt(PlayerManager.uid.."isGMEsp",1)
|
||||
end)
|
||||
else
|
||||
UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
end
|
||||
|
||||
-- else
|
||||
-- UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
-- end
|
||||
UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
else
|
||||
UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
end
|
||||
--UIManager.OpenPanel(UIName.FirstRechargePanel)
|
||||
elseif id == 10011 then
|
||||
UIManager.OpenPanel(UIName.ActivityMainPanel, id)
|
||||
elseif id == ActivityTypeDef.qiandaohaoli then
|
||||
|
|
|
|||
Loading…
Reference in New Issue