From e86c50b65d956950ef9f0ee69372cf0e680f261d Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 27 Mar 2024 18:00:32 +0800
Subject: [PATCH] 更新
---
subPackage/article/detail.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/subPackage/article/detail.vue b/subPackage/article/detail.vue
index 61eb325..0ef76c9 100644
--- a/subPackage/article/detail.vue
+++ b/subPackage/article/detail.vue
@@ -256,6 +256,11 @@
}
}
this.getDetailInfo()
+
+ if (this.curSite.relationship == 18) { //租客隐藏投票、报名信息
+ this.isLoad = false;
+ }
+
this.getAritcleComment();
uni.$on('refreshComment', () => {
this.getAritcleComment()
--
Gitblit v1.9.3