This commit is contained in:
liuye
2022-11-17 16:24:29 +08:00
parent 7d4a0422cb
commit ce180ca6e1

View File

@@ -200,6 +200,7 @@ export default {
})
},
handleClick({type, appId, modulePath, url, checkType, corpId}) {
console.log(checkType, this.user.partyStatusForWX)
if(checkType == 3 && this.user.partyStatusForWX != 2) {
return this.$u.toast('您还不是党员,暂时无法使用该功能')
}