From 8409a48902e642fb25c79a12260e68b7edaa8281 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 16 Oct 2024 04:10:04 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=B0=83=E6=95=B4=E4=B8=BA5=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- api/user/userApi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/user/userApi.js b/api/user/userApi.js index 6677941..47d01a1 100644 --- a/api/user/userApi.js +++ b/api/user/userApi.js @@ -75,7 +75,7 @@ export function sendSmsCode(_link, _that) { wx.showToast({ title:_json.data, icon: 'none', - duration: 2000 + duration: 5000 }); wx.hideLoading(); timer(_that); @@ -85,7 +85,7 @@ export function sendSmsCode(_link, _that) { wx.showToast({ title: _json.msg, icon: 'none', - duration: 2000 + duration: 5000 }); reject(); },