From cb43944fbbf62f862babe664902a4774abad6880 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 28 Dec 2025 13:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.js b/js/index.js index 22b00d5..f36a9e7 100644 --- a/js/index.js +++ b/js/index.js @@ -86,8 +86,8 @@ $(function () { isRecommend(); // 设置首页函数 function setIndexData(commentObj) { - // 清空容器,避免重复插入数据 - $("#certBox").empty(); + // 清空荣誉容器,避免重复插入数据 + $("#honorGrid").empty(); // 荣誉资质 - 网格布局 if (commentObj.honor && commentObj.honor.length > 0) {