首页 更改
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user