|
|
|
@ -15,8 +15,8 @@ |
|
|
|
{{ formatDate(customer.addTime) }} |
|
|
|
</div> |
|
|
|
<ScrollView class="relative h-[380px]" scrollbar :list="customer.suggestionContent"> |
|
|
|
<div class="text-[#C70082] text-32 font-normal leading-normal whitespace-normal pr-[14px]"> |
|
|
|
<div>{{ customer.suggestionContent }}</div> |
|
|
|
<div class="text-[#C70082] text-24 font-normal leading-normal whitespace-normal pr-[14px]"> |
|
|
|
<div v-html="customer.suggestionContent"></div> |
|
|
|
</div> |
|
|
|
</ScrollView> |
|
|
|
</div> |
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
{{ formatDate(customer.updateTime) }} |
|
|
|
</div> |
|
|
|
<ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent"> |
|
|
|
<div class="text-[##333333] text-32 font-normal leading-normal whitespace-normal pr-2"> |
|
|
|
<div class="text-[##333333] text-24 font-normal leading-normal whitespace-normal pr-2"> |
|
|
|
<div> |
|
|
|
{{ customer.replyContent }} |
|
|
|
<div v-if="before(customer).length" class="mb-[14px]"> |
|
|
|
|