|
@@ -260,32 +260,38 @@
|
|
.then(res => {
|
|
.then(res => {
|
|
let userInfo = res.userInfo;
|
|
let userInfo = res.userInfo;
|
|
userInfo.code = this.code;
|
|
userInfo.code = this.code;
|
|
- userInfo.spread_spid = app.globalData.spid || this.$Cache.get('spread'); //获取推广人ID
|
|
|
|
- userInfo.spread_code = app.globalData.code; //获取推广人分享二维码ID
|
|
|
|
- Routine.authUserInfo(userInfo)
|
|
|
|
- .then(res => {
|
|
|
|
- if (res.data.key !== undefined && res.data.key) {
|
|
|
|
- uni.hideLoading();
|
|
|
|
- self.authKey = res.data.key;
|
|
|
|
- self.isPhoneBox = true;
|
|
|
|
- } else {
|
|
|
|
- uni.hideLoading();
|
|
|
|
- let time = res.data.expires_time - self.$Cache.time();
|
|
|
|
- self.$store.commit('LOGIN', {
|
|
|
|
- token: res.data.token,
|
|
|
|
- time: time
|
|
|
|
- });
|
|
|
|
- this.getUserInfo()
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- .catch(res => {
|
|
|
|
- uni.hideLoading();
|
|
|
|
- uni.showToast({
|
|
|
|
- title: res.msg,
|
|
|
|
- icon: 'none',
|
|
|
|
- duration: 2000
|
|
|
|
- });
|
|
|
|
- });
|
|
|
|
|
|
+ // userInfo.spread_spid = app.globalData.spid || this.$Cache.get('spread'); //获取推广人ID
|
|
|
|
+ // userInfo.spread_code = app.globalData.code; //获取推广人分享二维码ID
|
|
|
|
+ // 模拟授权登录成功
|
|
|
|
+ self.$store.commit('LOGIN', {
|
|
|
|
+ token: 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ2NC5jcm1lYi5uZXQiLCJhdWQiOiJ2NC5jcm1lYi5uZXQiLCJpYXQiOjE2NjY1Nzk2NzgsIm5iZiI6MTY2NjU3OTY3OCwiZXhwIjoxNjY5MTcxNjc4LCJqdGkiOnsiaWQiOjM0MzkxLCJ0eXBlIjoiYXBpIn19.GA3Lyr3HueKXwz9GWS6KrO4rYKmJzn3l7ko1nsl7E7Q',
|
|
|
|
+ time: 9999999999999
|
|
|
|
+ });
|
|
|
|
+ this.getUserInfo()
|
|
|
|
+ // Routine.authUserInfo(userInfo)
|
|
|
|
+ // .then(res => {
|
|
|
|
+ // if (res.data.key !== undefined && res.data.key) {
|
|
|
|
+ // uni.hideLoading();
|
|
|
|
+ // self.authKey = res.data.key;
|
|
|
|
+ // self.isPhoneBox = true;
|
|
|
|
+ // } else {
|
|
|
|
+ // uni.hideLoading();
|
|
|
|
+ // let time = res.data.expires_time - self.$Cache.time();
|
|
|
|
+ // self.$store.commit('LOGIN', {
|
|
|
|
+ // token: res.data.token,
|
|
|
|
+ // time: time
|
|
|
|
+ // });
|
|
|
|
+ // this.getUserInfo()
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // .catch(res => {
|
|
|
|
+ // uni.hideLoading();
|
|
|
|
+ // uni.showToast({
|
|
|
|
+ // title: res.msg,
|
|
|
|
+ // icon: 'none',
|
|
|
|
+ // duration: 2000
|
|
|
|
+ // });
|
|
|
|
+ // });
|
|
})
|
|
})
|
|
.catch(res => {
|
|
.catch(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|