服务-页面入口判断是否党员认证(不认证不能进入页面)

This commit is contained in:
liuye
2022-11-18 09:41:08 +08:00
parent a5b3b0a115
commit 3c59ee2c87

View File

@@ -50,6 +50,9 @@ export default {
methods: { methods: {
...mapActions(['authCheck']), ...mapActions(['authCheck']),
handleClick({type, appId, modulePath, url, checkType, corpId}) { handleClick({type, appId, modulePath, url, checkType, corpId}) {
if(checkType == 3 && this.user.partyStatusForWX != 2) { //张硕让改的
return this.$u.toast('您还不是党员,暂时无法使用该功能')
}
//先判读是不是系统应用 //先判读是不是系统应用
if (type != "0") { if (type != "0") {
if (type == "1") { if (type == "1") {