...
|
...
|
@@ -101,8 +101,12 @@ function setPassword() { |
|
|
showErrTip(data.message);
|
|
|
}
|
|
|
},
|
|
|
error: function() {
|
|
|
error: function(data) {
|
|
|
$btnSure.removeClass('disable');
|
|
|
|
|
|
if (data && data.responseJSON && data.responseJSON.message) {
|
|
|
showErrTip(data.message);
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|