修复吸顶异常

This commit is contained in:
aixianling
2023-03-08 14:22:28 +08:00
parent 33a36a881c
commit 8a5d5fd2a2
2 changed files with 8 additions and 9 deletions

View File

@@ -82,11 +82,11 @@ export default {
}
})
},
},
onPageScroll(params) {
this.isFixed = params.scrollTop > 60;
}
},
onShareAppMessage() {
return {
title: '欢迎使用数字乡村治理服务一体化平台~',

View File

@@ -81,11 +81,10 @@ export default {
}
})
},
},
onPageScroll(params) {
this.isFixed = params.scrollTop > 60;
}
},
onShareAppMessage() {
return {
title: '欢迎使用数字乡村治理服务一体化平台~',