From 298d335a0373bc6353b0b77a37b8b27cc7cc7d6e Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 9 Apr 2025 13:50:21 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81?=
=?UTF-8?q?=E3=80=91=E7=82=B9=E5=87=BB=E4=B8=8A=E4=B8=80=E6=AD=A5=E6=97=A0?=
=?UTF-8?q?=E6=B3=95=E9=80=80=E5=9B=9E=E5=88=B0=E4=B8=8A=E4=B8=80=E4=B8=AA?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/forgetpassword/index.vue | 91 ++++++++----------------------
1 file changed, 24 insertions(+), 67 deletions(-)
diff --git a/src/views/forgetpassword/index.vue b/src/views/forgetpassword/index.vue
index 59f95dde..7b3fa85b 100644
--- a/src/views/forgetpassword/index.vue
+++ b/src/views/forgetpassword/index.vue
@@ -9,71 +9,36 @@
-
+
-
+
-
+
-
+
- {{ sendTitle }}
+ {{ sendTitle }}
-
+
{{ $t('passwordReset:button:verify') }}
-
+
@@ -105,27 +70,17 @@
-->
-
+
-
+
-
+
@@ -135,12 +90,7 @@
{{ $t('passwordReset:button:cancel') }}
-
+
{{ $t('passwordReset:button:submit') }}
@@ -388,10 +338,14 @@ export default {
}
},
onCancel() {
- this.$refs['resetForm'].resetFields()
+ // this.$refs['resetForm'].resetFields()
Object.keys(this.form).forEach((key) => {
this.form[key] = ''
})
+ this.sendDisabled = false
+ this.sendTitle = this.$t('passwordReset:button:send')
+ countdown = 60
+ clearTimeout(timer)
this.active = 0
},
goBack() {
@@ -404,12 +358,14 @@ export default {
.reset-wrapper {
padding: 20px;
}
+
.reset-wrapper .el-page-header {
line-height: 50px;
border: 1px solid #ebeef5;
border-radius: 4px;
background-color: #fff;
}
+
.reset-wrapper .box-wrapper {
width: 700px;
margin: 20px auto;
@@ -425,6 +381,7 @@ export default {
.is-error.my_new_pwd {
margin-bottom: 45px;
}
+
.flexBox {
display: flex;
justify-content: center;