diff --git a/components.d.ts b/components.d.ts index a49fd00..798c8c1 100644 --- a/components.d.ts +++ b/components.d.ts @@ -45,6 +45,7 @@ declare module 'vue' { DeleteOutlined: typeof import('@ant-design/icons-vue')['DeleteOutlined'] DynamicTitle: typeof import('./src/components/DynamicTitle/DynamicTitle.vue')['default'] EffectsCard: typeof import('./src/components/EffectsCard/EffectsCard.vue')['default'] + EyeOutlined: typeof import('@ant-design/icons-vue')['EyeOutlined'] ForgetPage: typeof import('./src/views/Forget/ForgetPage.vue')['default'] GithubOutlined: typeof import('@ant-design/icons-vue')['GithubOutlined'] LandingPage: typeof import('./src/views/Landing/LandingPage.vue')['default'] diff --git a/src/components/CommentReply/CommentReply.vue b/src/components/CommentReply/CommentReply.vue index ce817cb..ea25e4c 100644 --- a/src/components/CommentReply/CommentReply.vue +++ b/src/components/CommentReply/CommentReply.vue @@ -122,7 +122,11 @@ @@ -139,7 +143,9 @@ {{ item.dislikes }} - {{ item.reply_count }} @@ -289,209 +295,220 @@ - - - - - - - - - {{ child.nickname }} - @{{ child.reply_username }} - Lv.5 - - - - - {{ child.location }} - - {{ formatTimeAgo(child.created_time) }} - + v-if="showReplyComment && showReplyComment === item.id"> + + + + + - - -
-
- - - - + + + + {{ child.nickname }} + @{{ child.reply_username }} + Lv.5 + - - - - - - {{ child.likes }} - - - - - {{ child.dislikes }} - - - - {{ t('comment.reply') }} - - - - - - {{ child.operating_system }} - - - {{ child.browser }} - - - - - - - + + + {{ child.location }} + {{ formatTimeAgo(child.created_time) }} -
- - - - - {{ t('comment.reply') + ':' }} - {{ child.nickname }} - - {{ t('comment.cancelReply') }} - - - - - - - - - - - - - - - - - {{ t('comment.emoji') }} - - - - - - - - {{ t('comment.picture') }} - - - -