From 8626778da12f80e27587f7252e8f63bf21af9542 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 8 Jan 2024 23:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user/userApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/user/userApi.js b/api/user/userApi.js index 95c24ed..5d0e415 100644 --- a/api/user/userApi.js +++ b/api/user/userApi.js @@ -73,7 +73,7 @@ export function sendSmsCode(_link, _that) { let _json = res.data; if (_json.code == 0) { wx.showToast({ - title:res.data, + title:_json.data, icon: 'none', duration: 2000 });