陈剑华

fix: 18537 精选评论卡-评论有动态表情时不该不展示

1 export interface commentInfo { 1 export interface commentInfo {
2 commentTitle: string, 2 commentTitle: string,
  3 + commentPics: string,
3 newsTitle: string, 4 newsTitle: string,
4 userId?: string, 5 userId?: string,
5 userName?: string, 6 userName?: string,