feat:首页修改添加宣传图

new-v20240713
wangxy 2 weeks ago
parent 484a33c14d
commit 15cdb405c0

@ -67,6 +67,9 @@ public class HomeController {
//专题活动类型 //专题活动类型
public static final String WINDOW_COLUMN_TYPE = "3"; public static final String WINDOW_COLUMN_TYPE = "3";
//宣传活动类型
public static final String XCHD_COLUMN_TYPE = "4";
public static final String STATUS = "0"; public static final String STATUS = "0";
@ -89,6 +92,15 @@ public class HomeController {
List<SysContent> contentList = contentService.selectSysContentHomeList(new SysContent()); List<SysContent> contentList = contentService.selectSysContentHomeList(new SysContent());
mmap.put("contentList", contentList); mmap.put("contentList", contentList);
//宣传活动对应的栏目
LambdaQueryWrapper<SysColumn> qxWrapper= new LambdaQueryWrapper<>();
qxWrapper.eq(SysColumn::getColumnType, XCHD_COLUMN_TYPE);
qxWrapper.eq(SysColumn::getColumnGrade, COLUMN_GRADE);
qxWrapper.eq(SysColumn::getStatus,STATUS);
qxWrapper.last("limit 6");
qxWrapper.orderByAsc(SysColumn::getOrderNum);
List<SysColumn> xchdColumns = columnService.list(qxWrapper);
mmap.put("xchdColumns", xchdColumns);
//部门动态对应的栏目 //部门动态对应的栏目
LambdaQueryWrapper<SysColumn> query= new LambdaQueryWrapper<>(); LambdaQueryWrapper<SysColumn> query= new LambdaQueryWrapper<>();
query.eq(SysColumn::getColumnType, DEPT_COLUMN_TYPE); query.eq(SysColumn::getColumnType, DEPT_COLUMN_TYPE);
@ -145,6 +157,15 @@ public class HomeController {
List<SysContent> contentList = contentService.selectSysContentHomeList(new SysContent()); List<SysContent> contentList = contentService.selectSysContentHomeList(new SysContent());
mmap.put("contentList", contentList); mmap.put("contentList", contentList);
//宣传活动对应的栏目
LambdaQueryWrapper<SysColumn> qxWrapper= new LambdaQueryWrapper<>();
qxWrapper.eq(SysColumn::getColumnType, XCHD_COLUMN_TYPE);
qxWrapper.eq(SysColumn::getColumnGrade, COLUMN_GRADE);
qxWrapper.eq(SysColumn::getStatus,STATUS);
qxWrapper.last("limit 6");
qxWrapper.orderByAsc(SysColumn::getOrderNum);
List<SysColumn> xchdColumns = columnService.list(qxWrapper);
mmap.put("xchdColumns", xchdColumns);
//部门动态对应的栏目 //部门动态对应的栏目
LambdaQueryWrapper<SysColumn> query= new LambdaQueryWrapper<>(); LambdaQueryWrapper<SysColumn> query= new LambdaQueryWrapper<>();
query.eq(SysColumn::getColumnType, DEPT_COLUMN_TYPE); query.eq(SysColumn::getColumnType, DEPT_COLUMN_TYPE);

@ -53,10 +53,10 @@
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
.layui-col-md6{ .layui-col-md6{
min-height: 461px; max-height: 461px;
} }
.layui-card{ .layui-card{
min-height: 461px; max-height: 461px;
} }
</style> </style>
</head> </head>
@ -106,7 +106,7 @@
<a href="announce_view.html" target="_blank">更多+</a> <a href="announce_view.html" target="_blank">更多+</a>
</span> </span>
</div> </div>
<div class="layui-card-body" style="min-height: 400px;overflow: hidden;"> <div class="layui-card-body" style="max-height: 400px;overflow: hidden;">
<div th:if="${!noticeList.isEmpty()}" style="width:100%;height: 125px;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;line-height: 47px"> <div th:if="${!noticeList.isEmpty()}" style="width:100%;height: 125px;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;line-height: 47px">
<h1 style="font-size: 22px;"> <h1 style="font-size: 22px;">
<a th:href="@{/public_view.html(type=1,id=${noticeList[0].noticeId})}" th:title="${noticeList[0].noticeTitle}" target="_blank" >[[${#strings.abbreviate(noticeList[0].noticeTitle,33)}]]</a> <a th:href="@{/public_view.html(type=1,id=${noticeList[0].noticeId})}" th:title="${noticeList[0].noticeTitle}" target="_blank" >[[${#strings.abbreviate(noticeList[0].noticeTitle,33)}]]</a>
@ -131,10 +131,10 @@
<div class="layui-container" style="padding-top: 30px;min-width: 1330px"> <div class="layui-container" style="padding-top: 30px;min-width: 1330px">
<div class="xuanchuanImage"> <div class="xuanchuanImage">
<a th:href="@{/special_view.html(columnId=${specialColumns[0].columnId})}" th:title="${specialColumns[0].columnName}" target="_blank"> <a th:href="@{/special_view.html(columnId=${specialColumns[0].columnId})}" th:title="${specialColumns[0].columnName}" target="_blank">
<img th:src="@{/home/base/dangji.jpg}" style="width: 100%;filter: brightness(1.1);" class="slide active"> <img th:src="${xchdColumns[0].columnUrl}" style="width: 100%;filter: brightness(1.1);" class="slide active">
</a> </a>
<a th:href="@{/special_view.html(columnId=${specialColumns[1].columnId})}" th:title="${specialColumns[1].columnName}" target="_blank"> <a th:href="@{/special_view.html(columnId=${specialColumns[1].columnId})}" th:title="${specialColumns[1].columnName}" target="_blank">
<img th:src="@{/home/data/announceimg/21da.png}" style="width: 100%;filter: brightness(1.1);" class="slide"> <img th:src="${xchdColumns[1].columnUrl}" style="width: 100%;filter: brightness(1.1);" class="slide">
</a> </a>
</div> </div>
</div> </div>

@ -94,10 +94,11 @@
} }
else if (item.columnType == '2') { else if (item.columnType == '2') {
return '<span class="label label-primary">专题活动</span>'; return '<span class="label label-primary">专题活动</span>';
}else{ }else if(item.columnType == '3'){
return '<span class="label label-primary">兰铁视窗</span>'; return '<span class="label label-primary">兰铁视窗</span>';
}else{
return '<span class="label label-primary">宣传图</span>';
} }
} }
}, },
{ {

Loading…
Cancel
Save