From 3f956fc3dd891b957b7192ddf3f750f91a907655 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 15 Sep 2025 19:42:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=AE=A1=E7=90=86=E5=91=98=E8=B5=A0?= =?UTF-8?q?=E9=80=81):=20=E5=BC=B9=E7=AA=97=E5=B1=95=E7=A4=BA=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=BF=94=E5=9B=9E=E7=9A=84=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ItemDistribution.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ItemDistribution.vue b/src/views/ItemDistribution.vue index 3b1646c..e3860f0 100644 --- a/src/views/ItemDistribution.vue +++ b/src/views/ItemDistribution.vue @@ -232,7 +232,7 @@ const sendGoods = async () => { } catch (error) { console.log('error:', error) // 信息提示id有误 - showWarning('User info not found') + showWarning(error.response.errorMsg) throw error } }