diff --git a/components/upload/upload.vue b/components/upload/upload.vue index b966d20c..046eb966 100644 --- a/components/upload/upload.vue +++ b/components/upload/upload.vue @@ -4,7 +4,7 @@ - + diff --git a/pages/plugins/video/components/comment-info.vue b/pages/plugins/video/components/comment-info.vue index 8c9939cf..0fb167d8 100644 --- a/pages/plugins/video/components/comment-info.vue +++ b/pages/plugins/video/components/comment-info.vue @@ -27,7 +27,7 @@ {{ propComment.add_time }} - {{ propReplyContent || $t('common.reply') }}({{ propComment.comments_count }}) + {{ propReplyContent || reply_html }}({{ propComment.comments_count }}) @@ -41,6 +41,12 @@ \ No newline at end of file