소스 검색

修复验证码

bd 3 년 전
부모
커밋
c3dbff5fde
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/login/login.vue

+ 2 - 1
pages/login/login.vue

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