diff --git a/pages/home/home.js b/pages/home/home.js index db67ca7..d19e191 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -249,7 +249,7 @@ Page({ val: '2', }, { - path: '../../assets/images/ziliao-new .png', + path: '../../assets/images/ziliao-new.png', text: '资料网员', val: '4', }, diff --git a/pages/login/login.js b/pages/login/login.js index 313afb8..321b524 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 })