Skip to content

Commit f451ae0

Browse files
committed
fix(SPA): 修复消息页面含有时间差的问题
1 parent f82f14d commit f451ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/spa/src/page/message/MessageHome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
<div class="m-box-model m-flex-grow0 m-flex-shrink0 m-entry-end m-justify-bet">
2424
<h5 v-if="computedGetter(item.time) !== '' && item.time">
25-
{{ +new Date((computedGetter(item.time))) + 10 || '' | time2tips }}
25+
{{ computedGetter(item.time) || '' | time2tips }}
2626
</h5>
2727
<h5 v-else />
2828
<div class="m-box m-aln-center m-justify-end">

0 commit comments

Comments
 (0)