Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
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
ace85e85
authored
6 years ago
by
罗翻
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'remotes/origin/dev' into test
parents
bf791a63
6500258d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
userCenter/src/main/java/com/dayu/usercenter/presenter/facecertification/FaceCertificaitonPresenter.java
userCenter/src/main/java/com/dayu/usercenter/presenter/facecertification/FaceCertificaitonPresenter.java
View file @
ace85e85
...
@@ -94,6 +94,7 @@ public class FaceCertificaitonPresenter extends FaceCertificaitonContract.Presen
...
@@ -94,6 +94,7 @@ public class FaceCertificaitonPresenter extends FaceCertificaitonContract.Presen
}
else
{
}
else
{
bundle
.
putString
(
UserConstant
.
DETECT_STATE
,
"您的活检认证暂未通过"
);
bundle
.
putString
(
UserConstant
.
DETECT_STATE
,
"您的活检认证暂未通过"
);
}
}
mView
.
startActivity
(
CertificationResultActivity
.
class
,
bundle
);
mView
.
startActivity
(
CertificationResultActivity
.
class
,
bundle
);
}));
}));
}
}
...
...
This diff is collapsed.
Click to expand it.
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