热更新

This commit is contained in:
2024-06-13 10:04:13 +08:00
parent e595e034dc
commit 7eaaf64a22
1180 changed files with 70026 additions and 731709 deletions

View File

@@ -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 {