|
@@ -300,9 +300,11 @@
|
|
},
|
|
},
|
|
async getPhoneNumber(e) {
|
|
async getPhoneNumber(e) {
|
|
that.userInfo = await this.$request.wxlogin()
|
|
that.userInfo = await this.$request.wxlogin()
|
|
- that.userInfo.phone = await this.$request.getPhone(e, that.userInfo)
|
|
|
|
- this.showAuthorizePhone = false
|
|
|
|
- this.showAuthorizeUser = true
|
|
|
|
|
|
+ this.$nextTick(function() {
|
|
|
|
+ that.userInfo.phone = that.$request.getPhone(e, that.userInfo)
|
|
|
|
+ that.showAuthorizePhone = false
|
|
|
|
+ that.showAuthorizeUser = true
|
|
|
|
+ });
|
|
|
|
|
|
},
|
|
},
|
|
delSearchVal() {
|
|
delSearchVal() {
|