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}`})