This commit is contained in:
weipengfei 2023-09-28 17:04:46 +08:00
parent 25a31e754c
commit e7f374c5b6

View File

@ -644,7 +644,6 @@ export default {
})
.exec();
console.log(that.headtop)
}, 500)
// console.log(this.appInfo, "")
@ -701,7 +700,6 @@ export default {
.in(this)
.select('.content')
.boundingClientRect(rect => {
console.log(rect);
if (rect.top <= (this.headtop)) {
this.pocls = 'fixed'
this.act_swiper = 'act_swiper'