This commit is contained in:
aihe 2024-06-27 12:11:34 +08:00
parent 7d407d7504
commit 64ef1ff5e3

View File

@ -11,9 +11,12 @@
<template v-slot:header></template>
<template v-slot:body>
<view v-for="(imgUrl, index) in imageUrl" class="mb-20">
<u-row justify="center" @click="handlePreview(index)">
<image :src="imgUrl" mode="widthFix" style="max-width: 100%;"></image>
</u-row>
<!-- canvas绘图后再显示预览图 -->
<view v-if="allImgRes.length > 0">
<u-row justify="center" @click="handlePreview(index)">
<image :src="imgUrl" mode="widthFix" style="max-width: 100%;"></image>
</u-row>
</view>
</view>
</template>
<template v-slot:footer>