@@ -127,10 +127,9 @@ layui.use('form', function () {
$("#password").focus();
return false;
}
-
$.ajax({
type:'post',
- url:'',
+ url:'', //修改个人信息的接口
dataType:'json',
data:JSON.stringify(data.field),
success:function(res) {
@@ -141,5 +140,6 @@ layui.use('form', function () {
})
+ return false;
});