achao 2 年之前
父节点
当前提交
d0f525c1e1
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      xiaochengxu/pages/cardHolder/scanCodeAddCard.vue

+ 4 - 1
xiaochengxu/pages/cardHolder/scanCodeAddCard.vue

@@ -376,9 +376,12 @@
 				}
 			},
 			async getPhoneNumber(e) {
+				console.log("开始登录")
 				that.userInfo = await this.$request.wxlogin()
+				console.log("结束登录",that.userInfo)
+				console.log("开始获取手机号码")
 				that.userInfo.phone = await this.$request.getPhone(e, that.userInfo)
-				
+				console.log("结束获取手机号码",that.userInfo.phone)
 				this.showAuthorizePhone = false
 				this.showAuthorizeUser = true