Pre Merge pull request !240 from kagome2014/N/A

This commit is contained in:
kagome2014 2020-12-16 10:08:02 +08:00 committed by Gitee
commit 2305c25ef1
1 changed files with 1 additions and 1 deletions

View File

@ -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: "系统提示"