From e0314e2bb4c9d7741ebc01b260894ade32f698a3 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 8 Aug 2024 13:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=87=87=E8=B4=AD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=B6=88=E6=81=AF=E4=B8=8D=E5=87=86=E7=A1=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/common/addPurchaseApply/addPurchaseApply.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } },