This commit is contained in:
yanran200730
2022-06-16 09:38:16 +08:00
parent 76df280f16
commit c66405a3a8

View File

@@ -1,9 +1,9 @@
<template>
<div class="photo" v-if="pageShow" @click="isShow = !isShow">
<div class="photo-wrapper">
<image mode="widthFix" :src="img" />
<image mode="widthFix" :src="img" @click="preview" />
</div>
<div class="photo-bottom" :class="[isShow ? 'active' : '']">
<!-- <div class="photo-bottom" :class="[isShow ? 'active' : '']">
<div class="top">
<h2>查看图片</h2>
<p>长按图片进行分享给他人</p>
@@ -19,7 +19,7 @@
<span>删除</span>
</div>
</div>
</div>
</div> -->
</div>
</template>