Browse Source

侧边栏点击时间隐藏代码修改

anderx 7 years ago
parent
commit
1dfc9e6f9c
1 changed files with 24 additions and 0 deletions
  1. 24 0
      src/main/webapp/WEB-INF/views/common.html

+ 24 - 0
src/main/webapp/WEB-INF/views/common.html

@@ -211,6 +211,30 @@
 			</ul>
 			<span class="index_orange"></span>
 		</div>
+		<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}"
+					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
+						th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
+						<p>实名认证</p>
+				</a></li>
+				<li><a onclick="_MEIQIA('showPanel')"> <img
+						th:src="${portalHost+'/img/index_fix3.png'}" alt="" />
+						<p>联系客服</p>
+				</a></li>
+				<li><a href="" class="pendent_box"> <img
+						th:src="${portalHost+'/img/index_fix4.png'}" alt="" />
+						<p>返回顶部</p>
+				</a></li>
+			</ul>
+			<span class="index_orange"></span>
+		</div>
 		<div class="message">
 			<span></span>
 		</div>