From 7d4a0422cb9cf0c17d9e14501b8afbfc6866d6b3 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 17 Nov 2022 15:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=BB=BA=E5=BA=94=E7=94=A8=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppPartyHome/AppPartyHome.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/project/pingchang/AppPartyHome/AppPartyHome.vue b/src/project/pingchang/AppPartyHome/AppPartyHome.vue index 5dfc2a2..b84f593 100644 --- a/src/project/pingchang/AppPartyHome/AppPartyHome.vue +++ b/src/project/pingchang/AppPartyHome/AppPartyHome.vue @@ -200,6 +200,9 @@ export default { }) }, handleClick({type, appId, modulePath, url, checkType, corpId}) { + if(checkType == 3 && this.user.partyStatusForWX != 2) { + return this.$u.toast('您还不是党员,暂时无法使用该功能') + } //先判读是不是系统应用 if (type != "0") { if (type == "1") {