diff --git a/frontend_nuxt/pages/points.vue b/frontend_nuxt/pages/points.vue
index 68cb5f22d..325777cb7 100644
--- a/frontend_nuxt/pages/points.vue
+++ b/frontend_nuxt/pages/points.vue
@@ -104,6 +104,31 @@
,获得{{ item.amount }}积分
+
+ 你的帖子
+
+ {{ item.postTitle }}
+
+ 被
+
+ {{ item.fromUserName }}
+
+ 取消点赞,扣除{{ -item.amount }}积分
+
+
+ 你的评论
+
+ {{ stripMarkdownLength(item.commentContent, 100) }}
+
+ 被
+
+ {{ item.fromUserName }}
+
+ 取消点赞,扣除{{ -item.amount }}积分
+
帖子
{{
@@ -227,6 +252,8 @@ const iconMap = {
FEATURE: 'fas fa-star',
LOTTERY_JOIN: 'fas fa-ticket-alt',
LOTTERY_REWARD: 'fas fa-ticket-alt',
+ POST_LIKE_CANCELLED: 'fas fa-thumbs-down',
+ COMMENT_LIKE_CANCELLED: 'fas fa-thumbs-down',
}
const loadTrend = async () => {