Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -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) + "") |
-
Please register or login to post a comment