| | |
| | | }, |
| | | 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 () { |
| | |
| | | Share: { |
| | | title: '金庭智慧水务平台', |
| | | path: '/login/login/index', |
| | | imageUrl: 'http://szjt2.beng35.com/assets/miniProgram/Share.png' |
| | | imageUrl: 'http://szjt2.beng35.com/web/assets/miniProgram/Share.png' |
| | | }, |
| | | Assets: { |
| | | Login: { |
| | | DemoUserID: 1, |
| | | DemoEmployeeID: 1, |
| | | LogoUrl: "http://szjt.beng35.com/assets/miniProgram/LoginLogo.png", |
| | | BackgroupImageUrl: "http://szjt.beng35.com/assets/miniProgram/LoginBackground.png" |
| | | LogoUrl: "http://szjt.beng35.com/web/assets/miniProgram/LoginLogo.png", |
| | | BackgroupImageUrl: "http://szjt.beng35.com/web/assets/miniProgram/LoginBackground.png" |
| | | } |
| | | }, |
| | | SoftWareVersion: SOFTWARE_VERSION, |