增加视频详情页面,处理登录注册接口数据不一致兼容问题
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