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({