wubb %!s(int64=8) %!d(string=hai) anos
pai
achega
9f7ffa3680

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/activity/activityIndex.html

@@ -81,7 +81,7 @@
 		<div class="active_content_list">
 			<ul>
 				<li th:each="it : ${activityList}">
-					<a th:href="${'/portal/activity/activityDetails.html?id='+it.id}">
+					<a th:href="${'/portal/activity/details.html?id='+it.id}">
 						<div class="active_content_img">
 							<img th:if="${it.titleUrl} != null" th:src="${avatarUploadHost + it.titleUrl}">
 						</div>

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/activity/activityList.html

@@ -4,7 +4,7 @@
 <head th:replace="common::header(~{::title},~{::link})">
 	<title>活动圈</title>
 	<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
-	<link th:href="${portalHost + '/activity/activityIndex.css'}" rel="stylesheet">
+	<link th:href="${portalHost + '/activity/activityList.css'}" rel="stylesheet">
 </head>
 
 <body>
@@ -65,7 +65,7 @@
 	</footer>
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
-		<script type="text/javascript" th:src="${portalHost + '/activity/activityIndex.js'}"></script>
+		<script type="text/javascript" th:src="${portalHost + '/activity/activityList.js'}"></script>
 	</div>
 </body>