热更新
This commit is contained in:
@@ -399,11 +399,14 @@ export default {
|
||||
|
||||
return;
|
||||
}
|
||||
// this.resetForm
|
||||
console.log("this.resetForm at line 402:", this.resetForm);
|
||||
if (this.loginForm.quCode == null || this.loginForm.quCode == 86) {
|
||||
if (!this.$base.phoneRegular.test(this.resetForm.phone)) {
|
||||
this.$commonJS.showToast("手机号格式不正确");
|
||||
|
||||
if (!this.$base.phoneRegular.test(this.resetForm.phone)) {
|
||||
this.$commonJS.showToast("手机号格式不正确");
|
||||
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
data.email = this.resetForm.phone;
|
||||
@@ -452,6 +455,7 @@ export default {
|
||||
this.$commonJS.showToast(this.note);
|
||||
return;
|
||||
}
|
||||
|
||||
this.$http
|
||||
.post(this.urlList.setPassword, {
|
||||
phone: this.resetForm.phone,
|
||||
@@ -527,10 +531,10 @@ export default {
|
||||
}
|
||||
|
||||
.btn_box {
|
||||
width:calc(100% - 100rpx);
|
||||
left:50rpx;
|
||||
position:absolute;
|
||||
bottom:8vh;
|
||||
width: calc(100% - 100rpx);
|
||||
left: 50rpx;
|
||||
position: absolute;
|
||||
bottom: 8vh;
|
||||
// margin-top: 150rpx;
|
||||
|
||||
button {
|
||||
|
||||
Reference in New Issue
Block a user