修复吸顶异常

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

@@ -50,7 +50,7 @@ export default {
methods: {
...mapActions(['authCheck']),
handleClick({type, appId, modulePath, url, checkType, corpId}) {
if(checkType == 3 && this.user.partyStatusForWX != 2) { //张硕让改的
if (checkType == 3 && this.user.partyStatusForWX != 2) { //张硕让改的
return this.$u.toast('您还不是党员,暂时无法使用该功能')
}
//先判读是不是系统应用
@@ -82,11 +82,11 @@ export default {
}
})
},
onPageScroll(params) {
this.isFixed = params.scrollTop > 60;
}
},
},
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;
}
},
onPageScroll(params) {
this.isFixed = params.scrollTop > 60;
},
onShareAppMessage() {
return {
title: '欢迎使用数字乡村治理服务一体化平台~',