|
@@ -10,7 +10,7 @@
|
|
<img src="/assets/images/avatar.svg" alt="头像" title="" style="">
|
|
<img src="/assets/images/avatar.svg" alt="头像" title="" style="">
|
|
</span>
|
|
</span>
|
|
<div class="float-left">
|
|
<div class="float-left">
|
|
- <div class="font-size-20 mb-15">{{Auth::getUser()->username}}</div>
|
|
|
|
|
|
+ <div class="font-size-20 mb-15">{{Auth::getUser()->email}}</div>
|
|
<p class="mb-5 text-nowrap"><i class="icon bd-webchat mr-10" aria-hidden="true"></i>
|
|
<p class="mb-5 text-nowrap"><i class="icon bd-webchat mr-10" aria-hidden="true"></i>
|
|
<span class="text-break">{{trans('common.payment.wechat')}}:
|
|
<span class="text-break">{{trans('common.payment.wechat')}}:
|
|
@if(Auth::getUser()->wechat) {{Auth::getUser()->wechat}} @else {{trans('common.none')}} @endif
|
|
@if(Auth::getUser()->wechat) {{Auth::getUser()->wechat}} @else {{trans('common.none')}} @endif
|
|
@@ -65,6 +65,10 @@
|
|
<div class="tab-pane animation-slide-left" id="tab_2" role="tabpanel">
|
|
<div class="tab-pane animation-slide-left" id="tab_2" role="tabpanel">
|
|
<form action="{{route('profile')}}" method="post" enctype="multipart/form-data" class="form-horizontal">
|
|
<form action="{{route('profile')}}" method="post" enctype="multipart/form-data" class="form-horizontal">
|
|
@csrf
|
|
@csrf
|
|
|
|
+ <div class="form-group row">
|
|
|
|
+ <label for="email" class="col-md-2 col-form-label">邮箱</label>
|
|
|
|
+ <input type="text" class="form-control col-md-5 round" name="email" id="email" value="{{Auth::getUser()->email}}"/>
|
|
|
|
+ </div>
|
|
<div class="form-group row">
|
|
<div class="form-group row">
|
|
<label for="username" class="col-md-2 col-form-label">{{trans('validation.attributes.username')}}</label>
|
|
<label for="username" class="col-md-2 col-form-label">{{trans('validation.attributes.username')}}</label>
|
|
<input type="text" class="form-control col-md-5 round" name="username" id="username" value="{{Auth::getUser()->username}}"/>
|
|
<input type="text" class="form-control col-md-5 round" name="username" id="username" value="{{Auth::getUser()->username}}"/>
|