This commit is contained in:
aihe 2025-01-07 16:48:37 +08:00
parent c21279be6a
commit c1d552f62f

View File

@ -9,11 +9,11 @@
</u-button>
</view>
</u-row>
<view>
<u-row>
<view v-if="dataList.length > 0" class="mt-20">
<u-row custom-style="flex-wrap: wrap;column-gap: 20rpx; row-gap: 20rpx;">
<u-image v-for="(item, index) in dataList"
@click="handlePreviewCur(index)" :src="item" width="100" height="50" mode="aspectFill"
custom-style="margin: 20rpx 20rpx 0 0;"
custom-style=""
></u-image>
</u-row>
</view>