Browse Source

bug 修复

lilei 4 years ago
parent
commit
c4c3dcd155
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/login/phoneLogin.vue

+ 2 - 2
pages/login/phoneLogin.vue

@@ -96,7 +96,7 @@
 					}
 					}
 				})
 				})
 			},
 			},
-			//  获取验证码
+			//  单击获取验证码
 			getCodeValidate(){
 			getCodeValidate(){
 				if(this.form.phone){
 				if(this.form.phone){
 					if(!isvalidPhone(this.form.phone)){
 					if(!isvalidPhone(this.form.phone)){
@@ -137,7 +137,7 @@
 				obj.phone = this.form.phone
 				obj.phone = this.form.phone
 				obj.random = nowRandomCode
 				obj.random = nowRandomCode
 				obj.code = code
 				obj.code = code
-				//  短信验证码
+				//  发送短信验证码
 				sendVerifyCode(obj).then(res => {
 				sendVerifyCode(obj).then(res => {
 					console.log(JSON.stringify(res))
 					console.log(JSON.stringify(res))
 					if(res.status == 200){  //  验证码输入正确
 					if(res.status == 200){  //  验证码输入正确