From 34937aeabf4cd48a0172c443c94b291f1ca96a27 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Fri, 29 Mar 2024 16:38:36 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix:=20=E6=89=80=E6=9C=89=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=83=BD=E8=BE=93=E5=85=A5=E6=95=B0=E6=8D=AE=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E4=B8=8B=E4=B8=80=E6=AD=A5=E6=8C=89=E9=92=AE=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=BD=AE=E7=81=B0=E8=A3=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/Forget.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/components/Forget.vue b/src/views/login/components/Forget.vue index e6c4e10..01a5bc0 100644 --- a/src/views/login/components/Forget.vue +++ b/src/views/login/components/Forget.vue @@ -228,7 +228,7 @@ function switchTab(type: number) { } function computedForm() { - return !formInline.enterprisecode || !formInline.username || !formInline.password; + return !formForget.phonecode || !formForget.phone || !formForget.loginname || !formForget.agentcode; } function computedFormSure() { From 9c137112f2104b24b0ddbc3d5f9b3a67d19930b9 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Fri, 29 Mar 2024 16:52:29 +0800 Subject: [PATCH 2/5] =?UTF-8?q?feat:=20=E3=80=90=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E3=80=91=E7=82=B9=E5=87=BB=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE=EF=BC=8C=E5=8D=B3=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=89=80=E6=9C=89=E6=95=B0=E6=8D=AE=EF=BC=8C=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=98=BE=E7=A4=BA=E3=80=82=E6=AD=A4=E6=97=B6=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE=E9=9A=90=E8=97=8F?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E9=9C=80=E5=86=8D=E6=AC=A1=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/message/content/List.vue | 260 ++++++++++++++++------------- 1 file changed, 145 insertions(+), 115 deletions(-) diff --git a/src/views/message/content/List.vue b/src/views/message/content/List.vue index 1b1ccf2..3c13e54 100644 --- a/src/views/message/content/List.vue +++ b/src/views/message/content/List.vue @@ -1,32 +1,32 @@