This commit is contained in:
2025-07-02 16:11:18 +08:00
parent deb4cca695
commit 369d123a9f

View File

@@ -54,9 +54,9 @@ 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">
<view v-if="v.image_arr.length > 0" class="!flex flex-wrap gap-2">
<x-image v-for="v in v.image_arr" :src="v"
style="width: 70rpx;height: 70rpx"></x-image>
style="width: 80rpx;height: 80rpx"></x-image>
</view>
</view>
<view class="px-[24rpx] py-[16rpx] bg-[#fff] rounded-[8rpx] test-24r text-[#4E5969]" v-else>