您的位置:首页 > 新闻 > 会展 > seo是什么学校_工装效果图网站_宁波网络优化seo_百度商家平台

seo是什么学校_工装效果图网站_宁波网络优化seo_百度商家平台

2025/1/13 14:25:46 来源:https://blog.csdn.net/weixin_59813475/article/details/145051181  浏览:    关键词:seo是什么学校_工装效果图网站_宁波网络优化seo_百度商家平台
seo是什么学校_工装效果图网站_宁波网络优化seo_百度商家平台

1.小程序直接使用api:uni.previewImage

2.h5使用轮播图写一个组件

<template><view class="custom-image-preview" v-if="visible"><view class="overlay"></view><swiper class="swiper" :current="currentIndex" @change="onSwiperChange"><swiper-item v-for="(image, index) in images" :key="index" @click="closePreview"><image style="width: 100%;height: 100%;" :src="image" mode="aspectFit" class="preview-image" :show-menu-by-longpress="true"></image></swiper-item></swiper><view class="index-indicator">{{ currentIndex + 1 }} / {{ images.length }}</view></view></template><script>export default {props: {images: {type: Array,required: true,},current: {type: Number,default: 0,},},data() {return {visible: false,currentIndex: 0,};},methods: {openPreview() {this.currentIndex = this.current;this.visible = true;},closePreview() {this.visible = false;this.$emit('close');},onSwiperChange(e) {this.currentIndex = e.detail.current;},},mounted() {this.openPreview();},};</script><style scoped>.custom-image-preview {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;}.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);}.swiper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.preview-image {width: 100%;height: 100%;object-fit: contain;}.index-indicator {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);color: #fff;font-size: 24px;background: rgba(0, 0, 0, 0.5);padding: 8px 16px;border-radius: 16px;}</style>

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com