From c11104a6516a6d38a8485a6e1a7bfe473b084ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AA?= Date: Thu, 15 May 2025 09:04:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/changePwd/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/changePwd/index.vue b/pages/changePwd/index.vue index 9a52e2b..b8111a3 100644 --- a/pages/changePwd/index.vue +++ b/pages/changePwd/index.vue @@ -69,7 +69,7 @@ export default { const res = await UpdatePwdApi(req) if (!res.succeed) { uni.showToast({ - title: res.data.errors || '修改失败', + title:res.error || res.data.errors || '修改失败', icon: 'none' }) return