【喜扑IOS】喜扑IOS包sdk无法屏蔽点击事件,不允许主动打开登录界面
parent
9c1024d9f4
commit
32b5e16bea
|
@ -192,6 +192,10 @@ function this:BindEvent()
|
|||
|
||||
--SDK 登录
|
||||
Util.AddClick(this.sdkLoginBtn, function()
|
||||
-- 喜扑IOS包sdk无法屏蔽点击事件,不允许主动触发
|
||||
if LoginRoot_Channel == "XP2" then
|
||||
return
|
||||
end
|
||||
this.SDKLogin()
|
||||
end)
|
||||
|
||||
|
|
Loading…
Reference in New Issue