Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
weiqingting
2016-09-02 18:23:11 +0800
Commit
d9f2055b53c623681b9e4136e323c7660df2df7f
2 parents
9f0e51f2
6376bb9c
Merge branch 'release/4.9.1.0'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/student.js
apps/activity/controllers/student.js
View file @
d9f2055
...
...
@@ -354,7 +354,7 @@ exports.verifystudent = (req, res, next) => {
}
}
else
{
if
(
datas
[
2
].
code
===
500
)
{
prompt
=
'
请重新认证
!'
;
prompt
=
'
芝麻信用认证失败,稍后重试
!'
;
}
else
{
prompt
=
datas
[
2
].
message
;
}
...
...
Please
register
or
login
to post a comment