| | |
| | | }, |
| | | success: function (res) { |
| | | // console.log(res,123) |
| | | wx.showToast({ |
| | | title: JSON.stringify(res), |
| | | }) |
| | | wx.showModal({ |
| | | content: JSON.stringify(res), |
| | | showCancel: false, |
| | | confirmColor: "#39b5de" |
| | | }); |
| | | |
| | | wx.hideToast(); |
| | | |
| | | var result = res.data; |
| | |
| | | that.setData({ |
| | | userInfo: res.userInfo, |
| | | }) |
| | | app.startTimer() |
| | | |
| | | that.getWxUserLoginCodeCb().then((loginParas) => { |
| | | // console.log(loginParas.code) |
| | | var jsCode = loginParas.code; |
| | |
| | | inputHeight: screenHightScale * 177, |
| | | }); |
| | | console.log(111) |
| | | app.onReset() |
| | | // app.onReset() |
| | | }, |
| | | |
| | | onShareAppMessage: function () { |