uu
This commit is contained in:
parent
7d407d7504
commit
64ef1ff5e3
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user