This commit is contained in:
2025-06-21 15:59:38 +08:00
parent 5d714030be
commit 31fa4e0a5c
3 changed files with 15 additions and 4 deletions

View File

@@ -53,9 +53,16 @@ const {loading, pagination, initFetchData, fetchData} = useTableQuery({
<view class="time">{{ dayjs(v.createtime).format('MM月DD日 HH:mm') }}</view>
<view class="px-[24rpx] py-[16rpx] bg-[#fff] rounded-[8rpx]" v-if="v.pattern===1">
<view v-html="v.content"></view>
<view v-if="v.image_arr.length > 0">
<x-image v-for="v in v.image_arr"></x-image>
</view>
</view>
<view class="px-[24rpx] py-[16rpx] bg-[#fff] rounded-[8rpx] test-24r text-[#4E5969]" v-else>
<view v-html="v.content"></view>
<view v-if="v.image_arr.length > 0">
<x-image v-for="k in v.image_arr" :src="k" :list="v.image_arr"
style="width: 70rpx;height: 70rpx"></x-image>
</view>
</view>
<view
:class="[v.status===0?'text_warn':'',v.status===1?'text_success':'',v.status===-1?'text_error':'', 'text_info']">