From ac8149cfa2c6ff478a15cb3f7b8b48782a522de7 Mon Sep 17 00:00:00 2001 From: "HDM58\\hdm58" Date: Tue, 30 Jan 2024 17:53:24 +0800 Subject: [PATCH] =?UTF-8?q?#I8ZNCT=20=E9=A1=B9=E7=9B=AE=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E6=9D=A1=E8=AF=84=E8=AE=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=90=8E=E4=B8=8D=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/assets/gougu/module/oaComment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/assets/gougu/module/oaComment.js b/public/static/assets/gougu/module/oaComment.js index c810877..eed8d22 100644 --- a/public/static/assets/gougu/module/oaComment.js +++ b/public/static/assets/gougu/module/oaComment.js @@ -111,7 +111,7 @@ layui.define(['tool'], function (exports) { }, load: function (topic_id, module) { let callback = function (res) { - if (res.code == 0 && res.data.length > 0) { + if (res.code == 0) { let itemComment = ''; $.each(res.data, function (index, item) { let pAdmin = '', ops = '';