#I8ZNCT 项目删除最后一条评论信息后不刷新问题修复

This commit is contained in:
HDM58\hdm58 2024-01-30 17:53:24 +08:00
parent e5233a0096
commit ac8149cfa2

View File

@ -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 = '';