Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(comment): add comment likes #141

Closed
wants to merge 2 commits into from
Closed

Conversation

Shxuuer
Copy link
Contributor

@Shxuuer Shxuuer commented Nov 27, 2023

close #105

Copy link

<span
v-if="$store.getters.loginStatus" @click="like(item);"
>
<LikeOutlined style="margin-right: 6px" :style="{color: doLikeHaveMe(item.id) ? '#000' : '#0f0'}"/>{{item.likes}}点赞
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我这里显示的时候貌似已点赞并没有成功变色?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@lin594
Copy link
Member

lin594 commented Mar 8, 2024

因为用vue3写了,我是不是这里都不需要合并了,等之后再说? @Shxuuer

@lin594
Copy link
Member

lin594 commented Apr 2, 2024

那甚至这个也可以拿起来修复一下

@Shxuuer Shxuuer closed this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

建议:增加评论点赞
2 participants