$.ajax({
type: "get",
url: url,
data: {
page: "1",
size: "10",
userId: doctorId
},
dataType: "json",
contentType: "application/json; charset=utf-8",
success: function(data) {},
error: function(data) {}
});
这是ajax请求代码,请问在什么位置添加 loading
相关分类