update ruoyi-admin/src/main/resources/static/ruoyi/register.js.

This commit is contained in:
kagome2014 2020-12-16 01:55:20 +08:00 committed by Gitee
parent 78eed9cd56
commit f2e15ca264
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: "系统提示"