diff --git a/public/pages/common/addPurchaseApply/addPurchaseApply.js b/public/pages/common/addPurchaseApply/addPurchaseApply.js index 35097a540..5ac00a01f 100644 --- a/public/pages/common/addPurchaseApply/addPurchaseApply.js +++ b/public/pages/common/addPurchaseApply/addPurchaseApply.js @@ -149,9 +149,7 @@ vc.goBack(); vc.toast("操作成功"); return; - } else if (_json.code == 404) { - vc.toast("未找到当前用户任务"); - } else { + } else { vc.toast(_json.msg); } },