@@ -93,7 +94,7 @@ export default {
},
mounted() {
this.getList()
- this.$emit('updateShare', '泰古润商学院', '学习知识,提升能力', '/img/bs-icon.png');
+ // this.$emit('updateShare', '泰古润商学院', '学习知识,提升能力', '/img/bs-icon.png');
},
methods: {
getList() {
diff --git a/src/views/Platform/Column.vue b/src/views/Platform/Column.vue
index 3df4d5e..b31eab5 100644
--- a/src/views/Platform/Column.vue
+++ b/src/views/Platform/Column.vue
@@ -34,9 +34,9 @@ export default {
// console.log(data);
this.articleList = data.data.items;
this.currentColumn.name = data.data.items[0].pidname;
- if (this.articleList.length > 0) {
- this.$emit('updateShare', this.articleList[0].name, this.articleList[0].description, this.articleList[0].img);
- }
+ // if (this.articleList.length > 0) {
+ // this.$emit('updateShare', this.articleList[0].name, this.articleList[0].description, this.articleList[0].img);
+ // }
})
},
data() {
diff --git a/src/views/Tabbars/Mall.vue b/src/views/Tabbars/Mall.vue
index 66b1a97..4eb2f3d 100644
--- a/src/views/Tabbars/Mall.vue
+++ b/src/views/Tabbars/Mall.vue
@@ -3,9 +3,8 @@
+

+
-