Browse Source

首页侧边栏修改

anderx 7 years ago
parent
commit
713f7a5948
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/main/webapp/WEB-INF/views/common.html

+ 2 - 4
src/main/webapp/WEB-INF/views/common.html

@@ -214,13 +214,11 @@
 		<div th:if="${isAdmin}" class="pub_fix" style="display:none">
 			<span class="index_blur"></span>
 			<ul class="ret_top">
-				<li th:classappend="${!isLogin}? 'head_login'"><a
-					th:if="${!isLogin || userData.lvl == 1}"
+				<li class='head_login'"><a
 					th:href="${isLogin?(basePath + '/portal/member') : 'javascript:;'}">
 						<img th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
 						<p>申请会员</p>
-				</a> <a th:if="${isLogin && userData.lvl == 0}"
-					th:href="${basePath + '/user/certify'}"> <img
+				</a> <a th:href="${basePath + '/user/certify'}"> <img
 						th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
 						<p>实名认证</p>
 				</a></li>