wxy 4 years ago
parent
commit
7b0eb5cc3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/market/index.vue

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

@@ -606,7 +606,7 @@ export default {
     ...product({ newquery: 'newquery', productCreate: 'create' }),
     ...expertsuser({ expertQuery: 'query' }),
     async search() {
-      let res = await this.newquery({ skip: 0, limit: 4, type: '1', status: '1' });
+      let res = await this.newquery({ skip: 0, limit: 6, type: '1', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `achieveList`, res.data);
       res = await this.newquery({ skip: 0, limit: 6, type: '0', status: '1' });
       if (this.$checkRes(res)) this.$set(this, `technologyList`, res.data);