From 3b633951a011d2d9c12b735de37fe753b9988527 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Tue, 6 Sep 2022 19:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E7=9A=84=20=E6=8F=90=E4=BA=A4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E5=90=8E=E7=AB=AF=E6=8A=A5?= =?UTF-8?q?=E9=94=99=20admin=5Femail=20=20=E7=9A=84=E8=AF=9D=EF=BC=8C?= =?UTF-8?q?=E8=A6=81=E6=8A=8A=20=E8=AE=BE=E7=BD=AE=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81=20=E8=BF=99=E5=9D=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Installer/Views/environment-wizard.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beike/Installer/Views/environment-wizard.blade.php b/beike/Installer/Views/environment-wizard.blade.php index 5be9de8b..67128f9a 100644 --- a/beike/Installer/Views/environment-wizard.blade.php +++ b/beike/Installer/Views/environment-wizard.blade.php @@ -149,6 +149,10 @@ debounce(getDatabaseStatus, 500) } }) + + if ($('input[name="admin_email"]').hasClass('is-invalid')) { + $('.admin-data-wrap').removeClass('d-none') + } }) // Example starter JavaScript for disabling form submissions if there are invalid fields