diff --git a/pages/article/_article_id.vue b/pages/article/_article_id.vue index e0d5e32..1d8350c 100644 --- a/pages/article/_article_id.vue +++ b/pages/article/_article_id.vue @@ -44,7 +44,7 @@ @@ -202,7 +202,6 @@ export default { this.$router.push({ path: `/user/${this.$route.params.account}?tab=${key}&page=${page}` }) - }, gotoChats() { let _ts = this; @@ -218,6 +217,7 @@ export default { followingType: 0 }).then(function (res) { _ts.$set(_ts, 'isFollow', res); + _ts.$store.dispatch('follow/fetchUserFollowingList'); }) } else { _ts.login() @@ -231,6 +231,7 @@ export default { followingType: 0 }).then(function (res) { _ts.$set(_ts, 'isFollow', res); + _ts.$store.dispatch('follow/fetchUserFollowingList'); }) } else { _ts.login()