【喜扑IOS】喜扑IOS包sdk无法屏蔽点击事件,不允许主动打开登录界面

dev_chengFeng
gaoxin 2021-12-07 11:39:38 +08:00
parent 9c1024d9f4
commit 32b5e16bea
1 changed files with 4 additions and 0 deletions

View File

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