this.likesList.splice(index, 1); //splice removes an element of an array based on its index. //We want to delete 1 element forward.
確定! 回上一頁