|
|
|
@ -15,8 +15,8 @@ |
|
|
|
{{ formatDate(customer.addTime) }} |
|
|
|
</div> |
|
|
|
<ScrollView class="relative h-[355px]" scrollbar :list="customer.suggestionContent"> |
|
|
|
<div class="text-[#C70082] text-24 font-normal leading-normal whitespace-normal pr-[14px] pb-10"> |
|
|
|
<div v-html="customer.suggestionContent"></div> |
|
|
|
<div class="text-[#C70082] font-normal leading-normal whitespace-normal pr-[14px] pb-10"> |
|
|
|
<div class="text-24 special" v-html="customer.suggestionContent"></div> |
|
|
|
</div> |
|
|
|
</ScrollView> |
|
|
|
</div> |
|
|
|
@ -33,8 +33,8 @@ |
|
|
|
{{ formatDate(customer.updateTime) }} |
|
|
|
</div> |
|
|
|
<ScrollView class="relative h-[356px]" scrollbar observe-image :list="customer.replyContent"> |
|
|
|
<div class="text-[##333333] text-24 font-normal leading-normal whitespace-normal pr-2"> |
|
|
|
<div class="mb-2" v-html="customer.replyContent"></div> |
|
|
|
<div class="text-[##333333] font-normal leading-normal whitespace-normal pr-2"> |
|
|
|
<div class="mb-2 special text-24" v-html="customer.replyContent"></div> |
|
|
|
<div v-if="customer.sign" class="text-[#333] text-24">店铺店长: {{ customer.sign }}</div> |
|
|
|
<div class="flex items-center text-[#333] text-24 pt-2"> |
|
|
|
总经理: 能岛拓也 |
|
|
|
|