发送验证码时间调整为5秒

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-10-16 04:10:04 +00:00 committed by Gitee
parent ceaed2cfc5
commit 8409a48902
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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();
},