Commit 760a9351 authored by David黄金龙's avatar David黄金龙

处理 一处可能的bug

parent 9ff020c2
......@@ -178,7 +178,7 @@ extension YHOneKeyLoginManager {
if code == PNSCodeLoginControllerPresentFailed {
printLog("弹起授权页失败")
// 此时一键登录界面未显示
self.enterAppNativeLoginPage(isFromOneKeyPage: true)
self.enterAppNativeLoginPage(isFromOneKeyPage: false)
} else if code == PNSCodeLoginControllerPresentSuccess {
printLog("弹起授权页成功")
......@@ -223,7 +223,7 @@ extension YHOneKeyLoginManager {
} else {
printLog("其他错误:\(dict)")
self.enterAppNativeLoginPage(isFromOneKeyPage: true)
self.enterAppNativeLoginPage(isFromOneKeyPage: false)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment