Browse Source

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

lrf402788946 4 years ago
parent
commit
b900933f14
1 changed files with 1 additions and 1 deletions
  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 });
       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);
     },
   },