头像显示

This commit is contained in:
zhanghongqing
2018-08-10 20:43:15 +08:00
parent 21f403ea58
commit 7fc1c3a0da

View File

@@ -288,9 +288,9 @@ window.onresize=function(){
<!-- BEGIN USER LOGIN DROPDOWN -->
<li class="dropdown dropdown-user"><a href="javascript:;"
class="dropdown-toggle" data-toggle="dropdown"
data-close-others="true"> <img alt=""
class="img-circle"
src="${pageContext.request.contextPath}/static/pages/img/avatar.png" />
data-close-others="true">
<img alt="" class="img-circle" src=${fns:getUser().photo }/>
<%-- src="${pageContext.request.contextPath}/static/pages/img/avatar.png" /> --%>
<span class="username username-hide-on-mobile">
${fns:getUser().name}</span> <i class="fa fa-angle-down"></i>
</a>