From 7e8ede0cbd5eec489796c41ea2d9b2256ec165fb Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Tue, 20 Feb 2024 09:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=84=E8=AE=AF=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 33b4f8b..083aec3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -195,7 +195,7 @@ --> - + {{ item.articleTitle }} @@ -422,6 +422,13 @@ url: `/pages/project/newProject?tabIndex=${2}` }); }, + toArticleDetail(id) { + if(id){ + uni.navigateTo({ + url:`/pages/user/policyContent?id=${id}` + }) + } + }, gouserSet: function() { if (!this.$store.state.user.token) { uni.showModal({