Commit 87887b4f by pierce

fixed bugs

parent 77aa4c03
......@@ -316,7 +316,7 @@ class GDSettingAccountController: BaseViewController {
return
}
_ = GDAlertView.showAlertView(viewController: self, title: nil, message: "解绑后将无法再使用此账号登录!\n仍然解绑?", confirmTitle: "解绑", cancleTitle: "取消", confirmAction: {
_ = GDAlertView.showAlertView(viewController: self, title: "解绑后将无法再使用此账号登录!", message: "仍然解绑?", confirmTitle: "解绑", cancleTitle: "取消", confirmAction: {
GDRouter.UserRouter?.unbindSocialPlat(opentype: plat).subscribe(onSuccess: {[weak self] (_) in
guard let self = self else { return }
......
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 sign in to comment