文章引用
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user