Showing
2 changed files
with
2 additions
and
2 deletions
@@ -972,7 +972,7 @@ define('yohood', function(require, exports) { | @@ -972,7 +972,7 @@ define('yohood', function(require, exports) { | ||
972 | $('.dialog-w').fadeIn(); | 972 | $('.dialog-w').fadeIn(); |
973 | } | 973 | } |
974 | else { | 974 | else { |
975 | - alert("失败"); | 975 | + alert(d.message); |
976 | } | 976 | } |
977 | } | 977 | } |
978 | }); | 978 | }); |
@@ -116,7 +116,7 @@ class Controller_Onlinereg extends Controller_Abstract | @@ -116,7 +116,7 @@ class Controller_Onlinereg extends Controller_Abstract | ||
116 | } | 116 | } |
117 | else | 117 | else |
118 | { | 118 | { |
119 | - return $this->returnJson(false, 403); | 119 | + return $this->returnJson(false, 403,'','操作失败'); |
120 | } | 120 | } |
121 | 121 | ||
122 | } | 122 | } |
-
Please register or login to post a comment