update
This commit is contained in:
@@ -54,9 +54,9 @@ const {loading, pagination, initFetchData, fetchData} = useTableQuery({
|
|||||||
<view class="time">{{ dayjs(v.createtime).format('MM月DD日 HH:mm') }}</view>
|
<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 class="px-[24rpx] py-[16rpx] bg-[#fff] rounded-[8rpx]" v-if="v.pattern===1">
|
||||||
<view v-html="v.content"></view>
|
<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"
|
<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>
|
</view>
|
||||||
<view class="px-[24rpx] py-[16rpx] bg-[#fff] rounded-[8rpx] test-24r text-[#4E5969]" v-else>
|
<view class="px-[24rpx] py-[16rpx] bg-[#fff] rounded-[8rpx] test-24r text-[#4E5969]" v-else>
|
||||||
|
|||||||
Reference in New Issue
Block a user