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