This commit is contained in:
aihe 2025-01-07 16:54:09 +08:00
parent 480e56e181
commit c762d35faa

View File

@ -9,14 +9,14 @@
</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(dataList, index)" :src="item" width="100" height="50" mode="aspectFill"
custom-style="margin: 20rpx 20rpx 0 0;"
></u-image>
</u-row>
</view>
</view>
</template>