From c30fe22a82471d433daa12b89776f583a4cf8214 Mon Sep 17 00:00:00 2001 From: Airbo ZH Date: Wed, 12 Apr 2023 02:43:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A7=A3=E5=86=B3=E9=A6=96?= =?UTF-8?q?=E9=A1=B5moment=E8=BD=AE=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/js/heo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/assets/js/heo.js b/templates/assets/js/heo.js index b24357de..8785a184 100644 --- a/templates/assets/js/heo.js +++ b/templates/assets/js/heo.js @@ -32,7 +32,7 @@ var heo = { // 首页bb initIndexEssay: function () { - if (document.querySelector('#comment-list')) { + if (document.querySelector('#bber-talk')) { var swiper = new Swiper('.swiper-container', { direction: 'vertical', // 垂直切换选项 loop: true,