diff --git a/application/index/view/default/index/index.html b/application/index/view/default/index/index.html index d9b1e969b72e875e744b4ef96390ba1a0804861c..ac1ee58e26eb82042014743e7f7057523a8edec9 100755 --- a/application/index/view/default/index/index.html +++ b/application/index/view/default/index/index.html @@ -47,9 +47,14 @@ {{if !empty($user)}} - Hi, {{$user.user_name_view}} + Hi, + {{if !empty($user['icon'])}} + + {{/if}} + {{$user.user_name_view}} {{else /}} - 您好,欢迎来到 {{:MyC('home_site_name')}} + 您好,欢迎来到 + {{:MyC('home_site_name')}} {{/if}} diff --git a/application/index/view/default/public/header_top_nav.html b/application/index/view/default/public/header_top_nav.html index d1800d0272d3fc2a95e4e6b6112aded754cb838b..e359c907f0b0f29ccd3ddf89e6ae3683cd362448 100755 --- a/application/index/view/default/public/header_top_nav.html +++ b/application/index/view/default/public/header_top_nav.html @@ -5,7 +5,8 @@