Merge branch 'test' of https://e.coding.net/g-cphe0354/duanju/new_app into gaohao
This commit is contained in:
@@ -82,7 +82,7 @@ function commonsProcess(showLoading, httpReqCallback) {
|
||||
});
|
||||
}
|
||||
// 构造请求成功的响应数据
|
||||
return Promise.resolve(bodyData.data || bodyData.page);
|
||||
return Promise.resolve(bodyData.data || bodyData.page|| bodyData);
|
||||
})
|
||||
.catch((res) => {
|
||||
console.log(res);
|
||||
|
||||
Reference in New Issue
Block a user