|
@@ -117,7 +117,8 @@
|
|
|
if(this.bind_type === 1) {
|
|
|
!this.phoneIpt && this.$util.toast('请先输入手机号');
|
|
|
this.phoneIpt && User.getPhoneCode({
|
|
|
- Mobile:this.phoneIpt
|
|
|
+ Mobile:this.phoneIpt,
|
|
|
+ AreaNum:this.countryCode
|
|
|
}).then(res => {
|
|
|
if(res.Ret === 200) {
|
|
|
this.$refs.uCode.start();
|