|
|
@ -125,7 +125,6 @@ export default { |
|
|
|
}); |
|
|
|
}, |
|
|
|
getPhoneNumber(e) { |
|
|
|
console.log(e) |
|
|
|
if (e.detail.errMsg === 'getPhoneNumber:ok') { |
|
|
|
this.$http.req('api/user/bind_phone', {phonecode:e.detail.code}, 'POST').then(data=>{ |
|
|
|
if(data == -1) return |
|
|
@ -146,8 +145,6 @@ export default { |
|
|
|
this.$refs.nameWrap.open('bottom') |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
console.log(this.doctorInfo) |
|
|
|
}); |
|
|
|
}, |
|
|
|
handleConfirm(sex){ |
|
|
|