| | |
| | | uni.showLoading({ |
| | | title: '加载中...' |
| | | }); |
| | | wx.request({ |
| | | url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`, |
| | | success(res) { |
| | | console.log(res, 'openid'); |
| | | uni.setStorageSync('openid', res.data.openid); |
| | | // uni.showToast({ |
| | | // title: '成功获取测试openid', |
| | | // icon: 'none' |
| | | // }); |
| | | } |
| | | }); |
| | | // wx.request({ |
| | | // url: `https://api.weixin.qq.com/sns/jscode2session?appid=${this.appid}&secret=${this.secret}&js_code=${code}&grant_type=authorization_code`, |
| | | // success(res) { |
| | | // console.log(res, 'openid'); |
| | | // uni.setStorageSync('openid', res.data.openid); |
| | | // // uni.showToast({ |
| | | // // title: '成功获取测试openid', |
| | | // // icon: 'none' |
| | | // // }); |
| | | // } |
| | | // }); |
| | | this.$nextTick(() => { |
| | | apiLoginWx({ code: code }).then(res => { |
| | | if (res.code != 1) { |
| | | this.$u.toast('登录成功'); |
| | | this.changeisLogin(true); |
| | | this.getLoginInfo(); |
| | | // 登陆成功,存储相关信息 |
| | | setToken(res.access_token); |
| | | setRefreshToken(res.refresh_token); |
| | |
| | | this.$u.toast(res.msg); |
| | | this.bindWxModelShow = true; |
| | | } |
| | | }).catch((err) => { |
| | | this.loginPopupShow = false; |
| | | }); |
| | | }); |
| | | this.loginPopupShow = false; |
| | |
| | | url: `/pages/login/wxLogin?code=${uni.getStorageSync('code')}` |
| | | }); |
| | | this.bindWxModelShow = false; |
| | | }, |
| | | //记录登录信息 |
| | | getLoginInfo(){ |
| | | this.$reqPost('setApplogonTime').then((res) => { |
| | | |
| | | }) |
| | | }, |
| | | bindWxCancel() { |
| | | this.bindWxModelShow = false; |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |