当前位置: 首页 > news >正文

wordpress滑动图片苏州首页排名关键词优化

wordpress滑动图片,苏州首页排名关键词优化,北京网站建设seo优化,有用织梦做的大网站吗背景介绍 通过uni-app框架实现商城小程序商品详情页的视频与图片轮播功能,以提升用户体验和增加商品吸引力。通过展示商品视频和图片,用户可以更全面地了解商品细节,从而提高购买决策的便利性和满意度。这种功能适用于各类商品,如…

背景介绍

通过uni-app框架实现商城小程序商品详情页的视频与图片轮播功能,以提升用户体验和增加商品吸引力。通过展示商品视频和图片,用户可以更全面地了解商品细节,从而提高购买决策的便利性和满意度。这种功能适用于各类商品,如服装、家具、电子产品等。通过本文的步骤,您将学会如何在商城小程序中利用uni-app框架实现商品详情页的视频与图片轮播功能。

代码组件

新建文件:productConSwiper.vue

<template><view class='product-bg'><swiper :indicator-dots="indicatorDots" indicator-active-color="#E93323" :autoplay="autoplay":circular="circular" :interval="interval" :duration="duration" @change="change"><swiper-item v-if="videoline"><view class="item"><view v-if="!controls" style="width:100%;height:100% "><video id="myVideo" :src='videoline' objectFit="cover" controls style="width:100%;height:100% "show-center-play-btn show-mute-btn="true" auto-pause-if-navigate :custom-cache="false":enable-progress-gesture="false" :poster="imgUrls[0]" @pause="videoPause"></video></view><view class="poster" v-if="controls"><image class="image" :src="imgUrls[0]"></image></view><view class="stop" v-if="controls" @tap="bindPause"><image class="image" src="../../static/images/stop.png"></image></view></view></swiper-item><block v-for="(item,index) in imgUrls" :key='index'><swiper-item><image :src="item" class="slide-image" /></swiper-item></block></swiper></view>
</template><script>export default {props: {imgUrls: {type: Array,default: function() {return [];}},videoline: {type: String,value: ""}},data() {return {indicatorDots: true,circular: true,autoplay: true,interval: 3000,duration: 500,currents: "1",controls: true,isPlay: true,videoContext: null};},mounted() {if (this.videoline) {this.imgUrls.shift()this.videoContext = uni.createVideoContext('myVideo', this); // 创建videoContext}},methods: {videoPause(e) {},bindPause: function() { if (this.videoContext) {this.videoContext.play(); // 调用play方法this.$set(this, 'controls', false);this.autoplay = false;}},change: function(e) {this.$set(this, 'currents', e.detail.current + 1);}}}
</script><style scoped lang="scss">.product-bg {width: 100%;height: 750rpx;position: relative;}.product-bg swiper {width: 100%;height: 100%;position: relative;}.product-bg .slide-image {width: 100%;height: 100%;}.product-bg .pages {position: absolute;background-color: #fff;height: 34rpx;padding: 0 10rpx;border-radius: 3rpx;right: 30rpx;bottom: 30rpx;line-height: 34rpx;font-size: 24rpx;color: #050505;}#myVideo {width: 100%;height: 100%}.product-bg .item {position: relative;width: 100%;height: 100%;}.product-bg .item .poster {position: absolute;top: 0;left: 0;height: 750rpx;width: 100%;z-index: 9;}.product-bg .item .poster .image {width: 100%;height: 100%;}.product-bg .item .stop {position: absolute;top: 50%;left: 50%;width: 136rpx;height: 136rpx;margin-top: -68rpx;margin-left: -68rpx;z-index: 9;}.product-bg .item .stop .image {width: 100%;height: 100%;}
</style>

组件使用

import productConSwiper from '@/components/productConSwiper';
components: {productConSwiper,
},

sliderImage是一个图片地址数组
在这里插入图片描述

productInfo.video是视频的地址

<productConSwiper :imgUrls="sliderImage" :videoline="productInfo.video">
</productConSwiper>
http://www.15wanjia.com/news/1652.html

相关文章:

  • 谷歌做公司网站需要多少钱网络营销的优化和推广方式
  • 网上代理 建网站河北电子商务seo
  • 做淘宝主页网站湖南网站推广公司
  • 怎么才能免费建网站软文写作什么意思
  • 六安城市网地址成都关键词优化报价
  • 手机上什么网站公司seo是什么意思
  • wordpress css ver 如何更新seo优化网站教程百度
  • 北京商城网站建设百度推广一天费用200
  • wordpress php5.5谷歌seo什么意思
  • 濮阳网站公司网店如何推广自己的产品
  • 网站域名的密码千锋教育的真实性
  • 自己架设服务器做网站广告语
  • 云南网上办事大厅seoul是哪个城市
  • 四川省建设注册中心网站开封搜索引擎优化
  • 网站开发 定制 多少 钱东莞市网络营销公司
  • 深圳微信网站开发公司网络推广文案策划
  • 自己做网站 套模板百度推广首页登录
  • wordpress怎么添加文章网站推广优化排名
  • 网站 网站建设定制seo培训网的优点是
  • 新手学做网站优化免费打广告网站
  • 网站demo怎么做手机百度账号登录入口
  • 各种类型网站建设独立百度浏览器官网在线使用
  • 免费建站网页无需登陆店铺运营方案策划
  • 怎样在微信上做网站企业网络推广的方式有哪些
  • 个人做的网站有什么危险吗郑州seo优化外包热狗网
  • wordpress 网站加载过慢6宁波免费seo排名优化
  • vi设计公司网站河南最近的热搜事件
  • 做的网站不能放视频软件b2b平台是什么意思啊
  • 网站平台建设心得北京网站优化服务商
  • 2年空壳公司几千转让seo搜索引擎优化