修改分类

This commit is contained in:
ouzhiqiang
2025-09-19 11:09:29 +08:00
parent 2f4ec5a521
commit 27c342c920
2 changed files with 8 additions and 2 deletions

View File

@@ -135,7 +135,7 @@
html = '<ul>'
$.each(r.data, function (k, v) {
html +=
'<li><a href="{:url(\'/index/topic/nas/help_detail\')}?cid=' + v.category_id + '&id=' + v.id + '">' + v.title + '</a></li>'
'<li><a href="{:url(\'/index/topic/nas/help_detail\')}?cid=' + v.category_id + '&id=' + v.id + '&pid=' + v.pid + '">' + v.title + '</a></li>'
})
html += '</ul>'
}