From e86e607d37ef22f6615e615624bdc5af7805f7e0 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Tue, 17 Sep 2024 10:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/page.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/page.js b/js/page.js index 53473b8..80663b0 100644 --- a/js/page.js +++ b/js/page.js @@ -94,6 +94,9 @@ function changePage(url) { // 修复内容 update_text(); + + // 更新评论区 + load_comments("/sacn" + window.location.pathname); } }; // 发送 XHR