修改历史记录不再显示时间
This commit is contained in:
parent
7fb865b68e
commit
4d9f7e84e3
@ -7,7 +7,6 @@
|
|||||||
<image class="user-avatar" :src="item.avatar || defaultAvatar" mode="aspectFill" />
|
<image class="user-avatar" :src="item.avatar || defaultAvatar" mode="aspectFill" />
|
||||||
<view class="user-detail">
|
<view class="user-detail">
|
||||||
<text class="user-name">{{ item.user_name }}</text>
|
<text class="user-name">{{ item.user_name }}</text>
|
||||||
<text class="record-time">{{ formatTime(item.created_at) }}</text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user