From c9ca17fb2e347aa30084b979e85b101b3402b0a2 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 11 Apr 2024 10:09:02 +0800 Subject: [PATCH] denglu --- pages/index/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/login.vue b/pages/index/login.vue index cffec4b..aab4940 100644 --- a/pages/index/login.vue +++ b/pages/index/login.vue @@ -73,7 +73,7 @@ }, utilFail: function(res) { uni.showToast({ - title: res, + title: '登陆失败', duration: 2000, icon:'none' }) @@ -107,7 +107,7 @@ }, utilFail: function(res) { uni.showToast({ - title: res, + title: '登陆失败', duration: 2000, icon: 'none' })