ソースを参照

模拟微信授权登录成功

yuxingxing 2 年 前
コミット
266b388693
1 ファイル変更32 行追加26 行削除
  1. 32 26
      pages/users/wechat_login/index.vue

+ 32 - 26
pages/users/wechat_login/index.vue

@@ -260,32 +260,38 @@
 					.then(res => {
 						let userInfo = res.userInfo;
 						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 => {
 						uni.hideLoading();