From c383c4c9c4c8f0e984f531638a8a1900206a97cc Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 31 Aug 2023 16:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9E=E7=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/lulong/AppHandSnapshot/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/lulong/AppHandSnapshot/Detail.vue b/src/project/lulong/AppHandSnapshot/Detail.vue index 18eab50c..545a5c3a 100644 --- a/src/project/lulong/AppHandSnapshot/Detail.vue +++ b/src/project/lulong/AppHandSnapshot/Detail.vue @@ -209,7 +209,7 @@ export default { }, toContent(status) { - if(status != 1 && !this.data.doRight) { + if(status == 3 && !this.data.doRight) { return this.$u.toast('没有办理权限') } uni.navigateTo({url: `./Content?status=${status}&groupId=${this.data.groupId}&groupName=${this.data.groupName}&id=${this.id}`})