|
@@ -22,7 +22,7 @@ const showMsg = $computed(() => decodeURIComponent(props.d.dxzl_last_msg_content
|
|
|
<div class="w-full" :class="left ? 'left' : 'right'">
|
|
|
<div class="flex items-end r_flex-row-reverse gap-4">
|
|
|
<div>{{ id2name[d.create_user_id] }}</div>
|
|
|
- <div class="text-sm text-hex-AFB2B6">{{ formatTimeToShow(props.d.create_dateline * 1000) }}</div>
|
|
|
+ <div class="text-sm text-hex-AFB2B6">{{ formatTimeToShow(parseInt(props.d.create_dateline) * 1000) }}</div>
|
|
|
</div>
|
|
|
<div class="flex mt-2 r_flex-row-reverse">
|
|
|
<div class=" py-10px px-25px rounded-3xl min-h-44px bg-white text_wrapper" :style="`max-width:${props.w}px`"
|