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