From f110d8d695158c65a9691ee8d7d4dcb1ddca97ae Mon Sep 17 00:00:00 2001 From: shenzi Date: Wed, 3 Jan 2018 16:42:05 +0800 Subject: [PATCH] 样式微调 --- WebContent/WEB-INF/jsp/pc/activity/activityList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/WEB-INF/jsp/pc/activity/activityList.jsp b/WebContent/WEB-INF/jsp/pc/activity/activityList.jsp index 8429f9d..5ab0258 100644 --- a/WebContent/WEB-INF/jsp/pc/activity/activityList.jsp +++ b/WebContent/WEB-INF/jsp/pc/activity/activityList.jsp @@ -73,7 +73,7 @@ for(var i = 0; i < data.rows.length; i++) { str += '' + '' + ((data.page - 1) * data.pageSize + i + 1) + '' + - '' + + '' + '' + data.rows[i].title + '' + '' + toType(data.rows[i].type) + '' + '' + toTime_G(data.rows[i].createdtime) + '' + -- libgit2 0.24.0