From 285e69d0cfbfa5fd238d1bec7368d86fa5a47afa Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Sat, 7 Oct 2023 13:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=B5=E7=A7=B0=E4=B8=8D=E5=8F=AF=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/persData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/persData.vue b/pages/user/persData.vue index 2b91891..7f918d3 100644 --- a/pages/user/persData.vue +++ b/pages/user/persData.vue @@ -222,7 +222,7 @@ that.userMes.nickname = that.userMes.oldName console.log(that.userMes.nickname) uni.showToast({ - title:that.userMes.oldName, + title:'昵称不可为空', icon:'none' }) }