修改历史记录不再显示时间

This commit is contained in:
tsui110 2026-02-07 18:22:23 +08:00
parent 7fb865b68e
commit 4d9f7e84e3

View File

@ -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>