lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
4f636e8891
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/news.js

+ 1 - 1
src/store/news.js

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