证书数量
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-28 13:20:56 +08:00
parent 46d751cd33
commit cb43944fbb

View File

@@ -86,8 +86,8 @@ $(function () {
isRecommend(); isRecommend();
// 设置首页函数 // 设置首页函数
function setIndexData(commentObj) { function setIndexData(commentObj) {
// 清空容器,避免重复插入数据 // 清空荣誉容器,避免重复插入数据
$("#certBox").empty(); $("#honorGrid").empty();
// 荣誉资质 - 网格布局 // 荣誉资质 - 网格布局
if (commentObj.honor && commentObj.honor.length > 0) { if (commentObj.honor && commentObj.honor.length > 0) {