Browse Source

修复验证码

bd 3 years ago
parent
commit
c3dbff5fde
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/login/login.vue

+ 2 - 1
pages/login/login.vue

@@ -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();