Commit f242803e authored by liwei's avatar liwei

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

parent b605e0d4
......@@ -162,7 +162,7 @@ export default {
item.likeCount += 1
}
const params = {
id: item.businessId,
articleId: item.businessId,
praiseType: type
}
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