服务-页面入口判断是否党员认证(不认证不能进入页面)
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user