Sfoglia il codice sorgente

修改手机注册页面

wanghui 8 anni fa
parent
commit
733f39c3c1
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 5 3
      src/main/webapp/WEB-INF/views/user/msignIn.html

+ 5 - 3
src/main/webapp/WEB-INF/views/user/msignIn.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml"
 	xmlns:th="http://www.thymeleaf.org">
-	<head th:replace="common::header(~{::title},~{::link})">
+<head th:replace="common::header(~{::title},~{::link})">
 		<meta charset="UTF-8">		
 		<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
 		<title>手机注册</title>
@@ -147,7 +147,9 @@
 		<footer class="text-center">
 				Copyright © 2016-2017 阿凡提 版权所有
 		</footer>
-		<script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
-		<script type="text/javascript" th:src="${portalHost+'/app_login.js'}"></script>
+		<div th:replace="common::footer(~{::script})">
+			<script type="text/javascript" th:src="${portalHost+'/vendors.js'}"></script>
+			<script type="text/javascript" th:src="${portalHost+'/app_login.js'}"></script>
+		</div>
 	</body>
 </html>