更改部分接口传参方式
This commit is contained in:
@@ -118,8 +118,7 @@ function commonsProcess(showLoading, httpReqCallback, isreturm) {
|
||||
|
||||
|
||||
if (bodyData.code != 0) {
|
||||
infoBox.showToast(data.message);
|
||||
return;
|
||||
return Promise.reject(bodyData);
|
||||
}
|
||||
|
||||
// 加密数据
|
||||
|
||||
Reference in New Issue
Block a user