yangchenggong1_wd

fix:bug[17921]互动消息中的点赞显示内容鸿蒙与安卓不一致

@@ -63,8 +63,8 @@ export struct MessageListUI { @@ -63,8 +63,8 @@ export struct MessageListUI {
63 item.unReadCount = value.activeCount 63 item.unReadCount = value.activeCount
64 } 64 }
65 if (value.activeInfo != null) { 65 if (value.activeInfo != null) {
66 - if (value.activeInfo.message) {  
67 - item.desc = value.activeInfo.message 66 + if (value.activeInfo.title) {
  67 + item.desc = value.activeInfo.title.replace("null","")
68 } 68 }
69 if (value.activeInfo.time) { 69 if (value.activeInfo.time) {
70 item.time = this.getPublishTime(value.subscribeInfo.time,DateTimeUtils.getDateTimestamp(value.activeInfo.time) + "") 70 item.time = this.getPublishTime(value.subscribeInfo.time,DateTimeUtils.getDateTimestamp(value.activeInfo.time) + "")