$.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
潇湘沐
随时随地看视频慕课网APP
相关分类