From 1f34cf67fadccc9250af516ee7bc7f52052b5c6c Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 22 Aug 2022 23:35:34 +0800 Subject: [PATCH] wip --- themes/default/account/edit.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index 8896809c..ddeada9e 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -57,7 +57,7 @@ {{ $errors->has('name') ? $errors->first('name') : __('common.error_required_name', ['name' => '名称']) }} + role="alert">{{ $errors->has('name') ? $errors->first('name') : __('common.error_required', ['name' => __('shop/account.edit.name')]) }} {{-- @if ($errors->has('name'))@endif --}}
@@ -65,7 +65,7 @@ {{ $errors->has('email') ? $errors->first('email') : __('common.error_required_email', ['name' => '邮箱']) }} + role="alert">{{ $errors->has('email') ? $errors->first('email') : __('common.error_required', ['name' => __('shop/account.edit.email')]) }} {{-- @if ($errors->has('email'))@endif --}}