wx-ezhan
    Preparing search index...
    interface IMessageCardCommentProps {
        avatar: string;
        comment: string;
        commentType: string;
        image?: string;
        key?: string;
        nickName: string;
        onClick?: () => void;
        time: string;
        topicId: string;
    }
    Index

    Properties

    avatar: string

    用户头像

    comment: string

    评论内容

    commentType: string

    评论type

    image?: string

    图片链接

    key?: string

    react 要求的组件key

    nickName: string

    用户名

    onClick?: () => void

    点击卡片的事件

    time: string

    时间

    topicId: string

    帖子id