刘远航 преди 4 години
родител
ревизия
a45a21e5a6
променени са 1 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 9
      pages/login/login.vue

+ 0 - 9
pages/login/login.vue

xqd
@@ -337,15 +337,6 @@
 			// 一键登录
 			getinfo: async function(e) {
 				let that = this;
-<<<<<<< HEAD
-			 
-=======
-				uni.login({
-					success: (res) => {
-						console.log(res.code)
-					}
-				});
->>>>>>> 0530f742dc58ae69583346d2f2827decb87d8d2d
 				let meToken = user.loginByWeixin(e.detail.userInfo).then(res => {
 					console.log('返回的res',res)
 					if (res.status == 0) {