Browse Source

首页样式调整

master
lucky 4 years ago
parent
commit
6246acdee2
  1. 1
      src/views/FirstPage/FirstPage.vue

1
src/views/FirstPage/FirstPage.vue

@ -262,7 +262,6 @@ export default {
async getFrontLists() { async getFrontLists() {
clearInterval(this.timer); clearInterval(this.timer);
const pageSize = parseInt((this.height - 76) / 40); const pageSize = parseInt((this.height - 76) / 40);
console.log('pageSize: ', pageSize);
const params = { const params = {
param: { param: {
activityType: [], activityType: [],

Loading…
Cancel
Save