mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
debug
This commit is contained in:
parent
9cf2ed3f2f
commit
74b6882db1
@ -30,7 +30,7 @@
|
||||
<div class="block-container base-content-top am-nbfc">
|
||||
<div class="am-fl am-nbfc left-content">
|
||||
<!-- 帐号信息 -->
|
||||
{{if empty($site_store_info) and !empty($site_store_info['user'])}}
|
||||
{{if !empty($site_store_info) and !empty($site_store_info['user'])}}
|
||||
<i class="am-icon-user"></i>
|
||||
<span>{{$site_store_info.user.user_name_view}}</span>
|
||||
<a href="javascript:;" class="am-margin-left-xs store-accounts-event">{{:MyLang('modify_title')}}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user