首页 更改

This commit is contained in:
魏啾
2024-05-30 10:46:19 +08:00
parent 81b9131f9e
commit 7cf201581e
4 changed files with 9 additions and 7 deletions

View File

@@ -165,7 +165,7 @@
towcontentclick(item, index) {
this.towcontentclickindex = index
this.list = []
this.form.type = item.description
this.form.type = item.value
this.form.page = 1
this.form.size = 10
this.form.status = 'loadmore'

View File

@@ -385,7 +385,7 @@
this.seighT = data.windowHeight;
this.$u.getRect('.fourcontent').then(res => {
console.log(res.top)
this.Topdistance = res.top - res.height - 20 //滚动距离
this.Topdistance = res.top - res.height //滚动距离
})
}
})
@@ -708,7 +708,7 @@
}
.fourcontent_itemactev {
// background: #fee06a;
background: #fee06a;
}
.fourcontent_item:nth-child(1) {