Commit f242803e authored by liwei's avatar liwei

修复了个人动态列表点赞bug

parent b605e0d4
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
item.likeCount += 1 item.likeCount += 1
} }
const params = { const params = {
id: item.businessId, articleId: item.businessId,
praiseType: type praiseType: type
} }
like(params).then( res => { like(params).then( res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment