Skip to content

Commit

Permalink
更改字段名
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxlct committed Apr 9, 2017
1 parent 5284323 commit d459b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/deco-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ $(function () {
success: function (data) {
if (data.nick_name) {
_showValidateError($('#nick_name'), data.nick_name);
} else if (data.birday) {
_showValidateError($('#birth_day'), data.birday);
} else if (data.birthday) {
_showValidateError($('#birth_day'), data.birthday);
} else if (data.address) {
_showValidateError($('#address'), data.address);
} else if (data.status == "failure") {
Expand Down

0 comments on commit d459b92

Please sign in to comment.