guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
e23eb0d4c6
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

@@ -621,7 +621,7 @@ export default {
       if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
       res = await this.marketquery({ skip: 0, limit: 8, type: '0', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);
-      res = await this.marketquery({ skip: 0, limit: 8, type: '2', status: '1' });
+      res = await this.marketquery({ skip: 0, limit: 4, type: '2', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `businessList`, res.data);
       res = await this.expertquery({ skip: 0, limit: 8 });
       console.log(res);