diff --git a/pages/login/login.js b/pages/login/login.js index 7258a7e..ef80088 100644 --- a/pages/login/login.js +++ b/pages/login/login.js @@ -34,7 +34,7 @@ Page({ if (res.success) { this.countDown() wx.showToast({ - title: '发送成功'+ res.result, + title: '发送成功', icon: 'none', duration: 2000 })