注释打印

This commit is contained in:
liuye
2022-11-18 09:34:21 +08:00
parent 803f3d52a5
commit a5b3b0a115

View File

@@ -200,7 +200,6 @@ 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('您还不是党员,暂时无法使用该功能')
}