Commit 48ca6377 authored by tyyin lan's avatar tyyin lan

fix(首页): 消息内容展示错误

parent fea09d13
......@@ -75,7 +75,7 @@ const handleContentEdit = throttle(
<div class="flex">
<img class="h-[36px] w-[36px] rounded-[6px] object-cover" :src="avatarUrl" alt="Avatar" />
<div v-if="false" class="ml-[11px] overflow-hidden">
<div v-if="true" class="ml-[11px] overflow-hidden">
<AuthorInfo :is-agent-message="isAgentMessage" :message-item="messageItem" :message-author="messageAuthor" />
<div
......
......@@ -39,5 +39,6 @@ export function businessTripFormReturner(form: BusinessTripFormInterface) {
accommodationCost: form.residenceEstimatedCost,
advancePaymentAmount: form.advancePaymentAmount,
totalBudget: form.generalBudget,
email: form.email,
}
}
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