|
@@ -231,7 +231,7 @@ extension MVLoginController: ASAuthorizationControllerDelegate, ASAuthorizationC
|
|
|
cShowHUB(superView: nil, msg: "登录失败,请重试~")
|
|
|
} else {
|
|
|
cShowHUB(superView: nil, msg: "登录成功")
|
|
|
- self?.navigationController?.popViewController(animated: true)
|
|
|
+ self?.navigationController?.dismiss(animated: true, completion: nil)
|
|
|
postNotification(name: cLoginSuccesssNotiKey)
|
|
|
}
|
|
|
}
|