Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
iOSTeam
/
Majiabao
/
TealiveModule
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87887b4f
authored
May 09, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bugs
parent
77aa4c03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Module/GDPersonalModule/GDPersonalModule/Features/Setting/Main/GDSettingAccountController.swift
Module/GDPersonalModule/GDPersonalModule/Features/Setting/Main/GDSettingAccountController.swift
View file @
87887b4f
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment