This commit is contained in:
2025-02-12 09:22:21 +08:00
parent 9583b1c5a4
commit 79a3f0421e
6 changed files with 12 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ function initArticleTop() {
top_top.pageIndex = n;
$.ajax({
type: 'post', url: apiUrl + urlList.list,
data: base_topic,
data: top_top,
success: function (result) {
if (result.code == 0) {
$('.goup-container').click();