勋染 2022-03-21 21:12 采纳率: 33.3%
浏览 154

vant3中imagePreview图片预览

1.点击蒙版怎样禁止关闭预览(加什么属性)
2.点击关闭事件不起效怎么回事

 <van-image-preview :class="{'image-preview-style':picShowList[currentSwiper].video}" class="image-preview"
     v-if="show" v-model:show="show" :loop="false" :images="images" :startPosition="currentSwiper" 
     closeable closeIcon="arrow-left" closeIconPosition="top-left" @close="closeableClick"  @change="onChange">
        <template v-slot:index>
            <div class="video_warp" @touchstart.stop="onTouchStart" @touchmove.stop="onTouchMove" @touchend.stop="onTouchEnd">
                <div class="header flex-xcenter-ycenter">
                    <!-- <van-icon name="arrow-left" @click.stop="closeableClick()" /> -->
                    {{ currentSwiper+1 }} / {{picShowList.length}}
                </div>
                <videoPlay v-if="picShowList[currentSwiper].video" :id="'dPlayerVideoMain'+currentSwiper" :src="picShowList[currentSwiper].video" :poster="picShowList[currentSwiper].cover+'!l'" :autoPlay="true" />
            </div>
        </template>
    </van-image-preview>
  • 写回答

1条回答 默认 最新

  • 你好!机器人 2022-03-21 22:33
    关注

    代码呢

    评论

报告相同问题?

问题事件

  • 修改了问题 3月22日
  • 修改了问题 3月22日
  • 修改了问题 3月21日
  • 创建了问题 3月21日

悬赏问题

  • ¥15 关于浏览器控制台js报错问题-swiper.js相关
  • ¥15 opencv.js内存,CPU飙升
  • ¥15 植物重测序snp数据Treemix分析出现问题!
  • ¥15 怎么让当前页面只能有一人在编辑
  • ¥15 UCOSⅢ,3.0.3升级为3.0.4后程序编译成功,但是运行后死在统计任务的地方
  • ¥15 python程序长时间运行卡死,付费求解决方案
  • ¥20 VM打开不了ubuntu虚拟机,如何解决?
  • ¥15 java请求一个返回流式数据的接口,如何将流式数据直接返回前端
  • ¥15 为什么连接不了啊,配置都没问题啊
  • ¥15 c语言做一个简单的计算器,大家来看看