guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
0a20b4975e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     },
   },