|
@@ -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
|
|
|
|