mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
发送验证码时间调整为5秒
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
ceaed2cfc5
commit
8409a48902
@ -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();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user