Quellcode durchsuchen

Merge branch 'master' of http://git.cc-lotus.info/live/web-live

lrf402788946 vor 4 Jahren
Ursprung
Commit
b900933f14
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/market/index.vue

+ 1 - 1
src/views/market/index.vue

@@ -108,7 +108,7 @@ export default {
       res = await this.expertQuery({ skip, limit: 8, ...info });
       res = await this.expertQuery({ skip, limit: 8, ...info });
       if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
       if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
       // 项目路演
       // 项目路演
-      res = await this.roadShowQuery({ skip, limit: 8, ...info });
+      res = await this.roadShowQuery({ skip, limit: 5, ...info });
       if (this.$checkRes(res)) this.$set(this, `roadshowList`, res.data);
       if (this.$checkRes(res)) this.$set(this, `roadshowList`, res.data);
     },
     },
   },
   },