guhongwei 4 lat temu
rodzic
commit
0a20b4975e
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
     },
   },