質問編集履歴

1

誤字

2017/05/29 09:55

投稿

supermaruetsu
supermaruetsu

スコア148

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
  Like: function(child_id) {
80
80
 
81
- axios.post('/api/like/'+ child.id)
81
+ axios.post('/api/like/'+ child_id)
82
82
 
83
83
  .then(function (response) {
84
84