Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-05-20 18:26:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af234bacaa958f76ad0f141d1caf609f6c6512ec
af234bac
1 parent
8aad87ae
fix:bug[17921]互动消息中的点赞显示内容鸿蒙与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/MessageListUI.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/MessageListUI.ets
View file @
af234ba
...
...
@@ -63,8 +63,8 @@ export struct MessageListUI {
item.unReadCount = value.activeCount
}
if (value.activeInfo != null) {
if (value.activeInfo.message) {
item.desc = value.activeInfo.message
if (value.activeInfo.title) {
item.desc = value.activeInfo.title.replace("null","")
}
if (value.activeInfo.time) {
item.time = this.getPublishTime(value.subscribeInfo.time,DateTimeUtils.getDateTimestamp(value.activeInfo.time) + "")
...
...
Please
register
or
login
to post a comment