| | |
| | | console.log(res); |
| | | }, |
| | | fail(e) { |
| | | console.log(fail); |
| | | console.log(e); |
| | | }, |
| | | complete() { |
| | | that.loginPw(app.globalData.userProfile) |
| | |
| | | |
| | | gotoLogin(toast) { |
| | | if (!this.waitAgree()) return |
| | | wx.navigateTo({ |
| | | url: '/pages/m_user/userloginpw/userloginpw', |
| | | success: (result) => { |
| | | if (typeof toast === 'function') { |
| | | toast() |
| | | } |
| | | wx.requestSubscribeMessage({ |
| | | tmplIds: [ |
| | | '6JQFOJ12yBvKfRg_duSdwKiH5_J3LpICmz3Li-L1Cr8', |
| | | 'zPNMzF5WsshniJyl83DD-lDZtNvx7JyqLbKgqDl0qvU', |
| | | 'dqREi7vAd03OOirTgBGcm5aCihZJKBjVpiA8Kbu4B8w' |
| | | ], |
| | | success(res) { |
| | | console.log(res); |
| | | }, |
| | | fail: (res) => {}, |
| | | complete: (res) => {}, |
| | | fail(e) { |
| | | console.log(e); |
| | | }, |
| | | complete() { |
| | | wx.navigateTo({ |
| | | url: '/pages/m_user/userloginpw/userloginpw', |
| | | success: (result) => { |
| | | if (typeof toast === 'function') { |
| | | toast() |
| | | } |
| | | }, |
| | | fail: (res) => {}, |
| | | complete: (res) => {}, |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | |