diff --git a/src/views/BrandInsight/brandTop/index.vue b/src/views/BrandInsight/brandTop/index.vue
index 809928e..c6d5e60 100644
--- a/src/views/BrandInsight/brandTop/index.vue
+++ b/src/views/BrandInsight/brandTop/index.vue
@@ -53,7 +53,7 @@ export default {
})
},
clickEchars(data) {
- let ele = data[0];
+ let ele = data;
let model = ele.axisValueLabel;
this.setModel({name: model});
this.$router.push("/modelInsight");
diff --git a/src/views/BrandInsight/forumCommunicationTrend/index.vue b/src/views/BrandInsight/forumCommunicationTrend/index.vue
index 663bd43..6863dea 100644
--- a/src/views/BrandInsight/forumCommunicationTrend/index.vue
+++ b/src/views/BrandInsight/forumCommunicationTrend/index.vue
@@ -60,7 +60,7 @@ export default {
\ No newline at end of file
diff --git a/src/views/ModelForumDetails/mfdCharactersStoken/index.vue b/src/views/ModelForumDetails/mfdCharactersStoken/index.vue
index e69de29..63bfcb0 100644
--- a/src/views/ModelForumDetails/mfdCharactersStoken/index.vue
+++ b/src/views/ModelForumDetails/mfdCharactersStoken/index.vue
@@ -0,0 +1,85 @@
+
+
+