Commit 6788c193 authored by 崔佳豪's avatar 崔佳豪

fix: 处理消息时间显示不一致问题

parent 8f36b76c
Pipeline #65232 waiting for manual action with stages
...@@ -399,7 +399,7 @@ const CheckAllMessage = props => { ...@@ -399,7 +399,7 @@ const CheckAllMessage = props => {
</div> </div>
</div> </div>
</div> </div>
<div className={styles.right}>{renderTime(item.createTime || item.hisCreateTime)}</div> <div className={styles.right}>{renderTime(item.hisCreateTime || item.createTime)}</div>
</div> </div>
))} ))}
</InfiniteScroll> </InfiniteScroll>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment