From 9ec42fb6f776fe24752969d40623fedc8ae02fc5 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Sat, 10 Sep 2022 20:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E5=8F=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=20=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=94=99=E8=AF=AF=20->=20https://guangdagit.com/beike?= =?UTF-8?q?/beikeshop/issues/245?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/account/edit.blade.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index ddeada9e..bd6f6e6b 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -3,7 +3,6 @@ @section('body-class', 'page-account-edit') @push('header') - {{-- --}} @endpush @@ -13,13 +12,6 @@ - {{-- --}} -
@@ -58,15 +50,13 @@ value="{{ old('name', $customer->name ?? '') }}" required> {{ $errors->has('name') ? $errors->first('name') : __('common.error_required', ['name' => __('shop/account.edit.name')]) }} - {{-- @if ($errors->has('name'))@endif --}}
+ name="email" value="{{ old('email', $customer->email ?? '') }}" required> {{ $errors->has('email') ? $errors->first('email') : __('common.error_required', ['name' => __('shop/account.edit.email')]) }} - {{-- @if ($errors->has('email'))@endif --}}