|
@@ -18,8 +18,8 @@ export const actions = {
|
|
for (const item of payload) {
|
|
for (const item of payload) {
|
|
let data = {
|
|
let data = {
|
|
skip: 0,
|
|
skip: 0,
|
|
- limit: 8,
|
|
|
|
};
|
|
};
|
|
|
|
+ if (item.parent != '图片新闻') data.limit = 8;
|
|
if (item.type === 'bugList') {
|
|
if (item.type === 'bugList') {
|
|
data.news_type = `0`;
|
|
data.news_type = `0`;
|
|
data.parent_id = item.content_id;
|
|
data.parent_id = item.content_id;
|