|
@@ -94,9 +94,9 @@ module.exports = options => {
|
|
|
}
|
|
|
if (this.helper.isAjax(this.request)) {
|
|
|
if (err.stack) {
|
|
|
- this.body = {err: 2, msg: '标段数据未知错误', data: null};
|
|
|
+ this.body = {err: 4, msg: '标段数据未知错误', data: null};
|
|
|
} else {
|
|
|
- this.body = {err: 1, msg: err.toString(), data: null};
|
|
|
+ this.body = {err: 3, msg: err.toString(), data: null};
|
|
|
}
|
|
|
} else {
|
|
|
if (this.helper.isWap(this.request)) {
|