diff --git a/pages/index/index.vue b/pages/index/index.vue
index 788439b..2bfcc9f 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -199,7 +199,7 @@
-->
-
+
{{ item.articleTitle }}
@@ -426,6 +426,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({