Feed Card 评论卡片 Feed模式
单个卡片评论样式,可对单个卡片进行点赞,回复,更多操作等。
规则
可选参数
Prop | type | Required | Default | Description |
darkMode | Boolean | no | false | 是否是暗黑模式 |
avatar | String | no | '' | 头像src地址 |
nickname | String | no | '' | 昵称 |
like | String | no | 'unliked' | 'liked'已点赞,'unliked'未点赞,其他值不显示点赞区域 |
likeCount | Number | no | 0 | 点赞数量 |
message | String | no | '' | 回复内容文字信息 |
imageUrl | String | no | '' | 回复内容图片src地址 |
imageUrlThumb | String | no | '' | 回复内容图片的缩略图src地址 |
firstTwoComments | Array | no | [] | 二级回复缩略 |
replyTo | Object | no | {} | 二级回复对象 |
commentsCount | Number | no | 0 | 二级回复共多少条 |
detail | Object | yes | { } | 回复对象 |
事件回调
Event | args | Description |
reply() | { message,nickname} | 点击回复触发 |
like() | detail | 点赞时触发 |
operation() | detail | 点击更多操作触发 |
avatar() | detail | 点击头像触发 |