|
@@ -18,8 +18,8 @@ const LikesCollections: React.FC<IColumnCenterProps> = props => {
|
|
|
}
|
|
|
return (
|
|
|
<Modal title="获赞与收藏" open={open} onCancel={handleOnClose} footer={null}>
|
|
|
- <div>当前获得点赞数 {columnInfoFrom?.CollectNum}</div>
|
|
|
- <div>当前获得收藏数 {columnInfoFrom?.SpecialLikeCount}</div>
|
|
|
+ <div>当前获得点赞数 {columnInfoFrom?.SpecialLikeCount}</div>
|
|
|
+ <div>当前获得收藏数 {columnInfoFrom?.CollectNum}</div>
|
|
|
</Modal>
|
|
|
)
|
|
|
}
|