Browse Source

绿谷项目首页更改

master
wangrongrong 4 years ago
parent
commit
8839091bb9
  1. 7
      src/views/FirstPages/FirstPage.vue

7
src/views/FirstPages/FirstPage.vue

@ -270,7 +270,7 @@ export default {
const params = {
param: {
pageNum: 1,
pageSize: 3,
pageSize: 5,
},
};
const res = await this.getIndustryInfoList(params);
@ -282,7 +282,7 @@ export default {
const params = {
param: {
pageNum: 1,
pageSize: 3,
pageSize: 5,
},
};
const res = await this.getFrontInfoList(params);
@ -292,12 +292,11 @@ export default {
//
async getFrontLists() {
clearInterval(this.timer);
const pageSize = parseInt((this.height - 76) / 40);
const params = {
param: {
activityType: [],
pageNum: 1,
pageSize,
pageSize: 3,
title: '',
},
};

Loading…
Cancel
Save