修复吸顶异常
This commit is contained in:
@@ -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: '欢迎使用数字乡村治理服务一体化平台~',
|
||||
|
||||
@@ -81,11 +81,10 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
onPageScroll(params) {
|
||||
this.isFixed = params.scrollTop > 60;
|
||||
}
|
||||
},
|
||||
|
||||
onPageScroll(params) {
|
||||
this.isFixed = params.scrollTop > 60;
|
||||
},
|
||||
onShareAppMessage() {
|
||||
return {
|
||||
title: '欢迎使用数字乡村治理服务一体化平台~',
|
||||
|
||||
Reference in New Issue
Block a user