#I8ZNCT 项目删除最后一条评论信息后不刷新问题修复
This commit is contained in:
parent
e5233a0096
commit
ac8149cfa2
@ -111,7 +111,7 @@ layui.define(['tool'], function (exports) {
|
|||||||
},
|
},
|
||||||
load: function (topic_id, module) {
|
load: function (topic_id, module) {
|
||||||
let callback = function (res) {
|
let callback = function (res) {
|
||||||
if (res.code == 0 && res.data.length > 0) {
|
if (res.code == 0) {
|
||||||
let itemComment = '';
|
let itemComment = '';
|
||||||
$.each(res.data, function (index, item) {
|
$.each(res.data, function (index, item) {
|
||||||
let pAdmin = '', ops = '';
|
let pAdmin = '', ops = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user