Showing
1 changed file
with
1 additions
and
1 deletions
@@ -65,7 +65,7 @@ export default { | @@ -65,7 +65,7 @@ export default { | ||
65 | type: 'correct', | 65 | type: 'correct', |
66 | time: 1000 | 66 | time: 1000 |
67 | }).show(); | 67 | }).show(); |
68 | - this.reportArticle(this._params.articleId); | 68 | + this.reportArticle(this._params); |
69 | }, | 69 | }, |
70 | actionCancelFav() { | 70 | actionCancelFav() { |
71 | let {authorUid, authorType} = this._params; | 71 | let {authorUid, authorType} = this._params; |
-
Please register or login to post a comment