文章引用

This commit is contained in:
2024-07-29 10:05:12 +08:00
parent af9d88a88c
commit f1e7e7e89a
4 changed files with 514 additions and 40 deletions

View File

@@ -646,9 +646,11 @@ function bf_list() {
// 中下侧News & Comment文章
$.ajax({
type: 'post', url: apiUrl + 'api/Journal/getNewsArticle',
type: 'post', url: apiUrl + 'api/Journal/getNewsArticleNew',
data: {
"journal_id": Jour_num
"journal_id": Jour_num,
"limit": 4,
"page": 1
},
success: function (result) {
if (result.code == 0) {