Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
Email Patches
Plain Diff
Browse Files
Authored by
whb
2016-03-24 14:19:36 +0800
Commit
6333b5555349cad801010eb7682f209a1c2f0024
1 parent
f5790552
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
res/js/yohood.js
website/controller/Onlinereg.class.php
res/js/yohood.js
View file @
6333b55
...
...
@@ -972,7 +972,7 @@ define('yohood', function(require, exports) {
$
(
'.dialog-w'
).
fadeIn
();
}
else
{
alert
(
"失败"
);
alert
(
d
.
message
);
}
}
});
...
...
website/controller/Onlinereg.class.php
View file @
6333b55
...
...
@@ -116,7 +116,7 @@ class Controller_Onlinereg extends Controller_Abstract
}
else
{
return
$this
->
returnJson
(
false
,
403
);
return
$this
->
returnJson
(
false
,
403
,
''
,
'操作失败'
);
}
}
...
...
Please
register
or
login
to post a comment