Pre Merge pull request !240 from kagome2014/N/A
This commit is contained in:
commit
2305c25ef1
|
|
@ -27,7 +27,7 @@ function register() {
|
||||||
"validateCode": validateCode
|
"validateCode": validateCode
|
||||||
},
|
},
|
||||||
success: function(r) {
|
success: function(r) {
|
||||||
if (r.code == 0) {
|
if (r.code == web_status.SUCCESS) {
|
||||||
layer.alert("<font color='red'>恭喜你,您的账号 " + username + " 注册成功!</font>", {
|
layer.alert("<font color='red'>恭喜你,您的账号 " + username + " 注册成功!</font>", {
|
||||||
icon: 1,
|
icon: 1,
|
||||||
title: "系统提示"
|
title: "系统提示"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue