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

柳州做网站哪家好自助发稿

柳州做网站哪家好,自助发稿,即时通讯型网站开发,泰安人才网一、需求 1、如果第一是视频&#xff0c;不进行自动轮播 2、可以手动滑动切换 3、点击播放视频&#xff0c;也可以手动滑动切换 4、视频播放完后&#xff0c;自动轮播 5、视频可以点击暂停和全屏播放二、最终效果 三、源码 播放icon使用了TDesign组件库 1、wxml <swiper c…

一、需求

1、如果第一是视频,不进行自动轮播
2、可以手动滑动切换
3、点击播放视频,也可以手动滑动切换
4、视频播放完后,自动轮播
5、视频可以点击暂停和全屏播放

二、最终效果

在这里插入图片描述

三、源码

播放icon使用了TDesign组件库

1、wxml

<swiper class="detail-banner" wx:if="{{details.images.length > 0}}" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" circular="{{circular}}" indicator-color="{{indicatorColor}}" indicator-active-color="{{indicatorActiveColor}}" style="background: #fff;"><swiper-item wx:for="{{bannerMsg}}" wx:for-item="item" wx:key="index"><view class='videocover' data-id="{{index}}" wx:if="{{item.type==2}}"><view class='videocoverbg'></view><t-icon name="play-circle" size="100rpx" class="playIcon" bindtap="videoPlay" wx:if="{{!controls}}" /></view><view wx:if="{{item.type==2}}"><video class='box-w block' id="video" src="{{item.url}}" show-center-play-btn="{{false}}" objectFit="cover" bindended="endPlay" controls="{{controls}}"></video></view><image class="detail-banner-img" src="{{item.url}}" data-src="{{item.url}}" wx:if="{{item.type==1}}"></image></swiper-item></swiper>

2、wxss

 .detail-banner {width: 100%;height: 500rpx;padding: 0 0 10rpx 0;
}.detail-banner-img {width: 100%;height: 100%;
}/* video */.box-w {width: 100%;height: 500rpx;
}.videocover {width: 100%;overflow: hidden;
}.videocoverbg {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.3);
}.playIcon {position: absolute;top: 50%;z-index: 2;left: 50%;width: 100rpx;height: 100rpx;background-color: #fff;border-radius: 50%;transform: translate(-50%, -50%);
}.videocover .cover {width: 100%;
}

3、js

Page({data: {details: {}, // 商品详情信息indicatorDots: true, // 是否显示面板指示点autoplay: false, // 自动播放interval: 3000, // 自动切换时间间隔duration: 400, // 滑动动画时长circular: true, //是否循环 是否采用衔接滑动indicatorColor: "lightgray", //指示点颜色indicatorActiveColor: "red", //当前选中的指示点颜色controls: false, // 是否显示播放icon},// 获取商品详情getDetail(spuId) {const selectedAddr = wx.getStorageSync('addressMsg')const storeId = selectedAddr.storeIdconst selectedAddrStr = selectedAddr.streetPromise.all([fetchGood(spuId, storeId), fetchActivityList(spuId, storeId)]).then((res) => {const [details, activityData] = res;const {video,images} = details;let bannerMsg = []bannerMsg = bannerMsg.concat(images)bannerMsg = bannerMsg.map(val => {return {type: 1,url: val}})if (video) {bannerMsg = [{ type: 2, url: video }, ...bannerMsg]}// console.log('bannerMsg', bannerMsg, images[0]);this.setData({details,bannerMsg});});},//预览图片previewImage(e) {console.log('预览图片', e)const current = e.currentTarget.dataset.src;wx.previewImage({current, // 当前显示图片的http链接  urls: this.data.bannerMsg// urls: this.data.imgUrls // 需要预览的图片http链接列表  })},// 播放videoPlay() {console.log("开始播放")this.setData({autoplay: false})let videoplay = wx.createVideoContext("video");videoplay.play()this.setData({controls: true})},// 结束播放endPlay() {console.log("结束播放")this.setData({controls: false,autoplay: true})},onShow() {this.getDetail();}
});

四、其他文章

基于ElementUi或Antd再次封装基础组件文档

vue3+ts基于Element-plus再次封装基础组件文档


文章转载自:
http://cachet.nLkm.cn
http://backbench.nLkm.cn
http://mnas.nLkm.cn
http://dropcloth.nLkm.cn
http://whyfor.nLkm.cn
http://clairschach.nLkm.cn
http://fulminating.nLkm.cn
http://culpa.nLkm.cn
http://ssafa.nLkm.cn
http://clithral.nLkm.cn
http://incommunicability.nLkm.cn
http://smaragdine.nLkm.cn
http://quackster.nLkm.cn
http://hdd.nLkm.cn
http://humbuggery.nLkm.cn
http://transvesical.nLkm.cn
http://roland.nLkm.cn
http://cab.nLkm.cn
http://canephore.nLkm.cn
http://canalicular.nLkm.cn
http://reluctancy.nLkm.cn
http://tripod.nLkm.cn
http://diminishable.nLkm.cn
http://sorely.nLkm.cn
http://bicommunal.nLkm.cn
http://feeder.nLkm.cn
http://ketolysis.nLkm.cn
http://aeroelastic.nLkm.cn
http://shoeshop.nLkm.cn
http://muggee.nLkm.cn
http://norse.nLkm.cn
http://held.nLkm.cn
http://bumkin.nLkm.cn
http://monoicous.nLkm.cn
http://preordain.nLkm.cn
http://triene.nLkm.cn
http://lemmatize.nLkm.cn
http://thurberesque.nLkm.cn
http://hookey.nLkm.cn
http://gallinacean.nLkm.cn
http://unfathered.nLkm.cn
http://depression.nLkm.cn
http://menshevik.nLkm.cn
http://kodiak.nLkm.cn
http://acoasm.nLkm.cn
http://descension.nLkm.cn
http://inflammability.nLkm.cn
http://mitospore.nLkm.cn
http://blastissimo.nLkm.cn
http://briarwood.nLkm.cn
http://alive.nLkm.cn
http://longbow.nLkm.cn
http://carve.nLkm.cn
http://automatic.nLkm.cn
http://bossed.nLkm.cn
http://griselda.nLkm.cn
http://bureaucratic.nLkm.cn
http://symptomatology.nLkm.cn
http://pseudocode.nLkm.cn
http://misdirect.nLkm.cn
http://productiveness.nLkm.cn
http://fattener.nLkm.cn
http://ungroup.nLkm.cn
http://gesticulation.nLkm.cn
http://illustrative.nLkm.cn
http://stirpiculture.nLkm.cn
http://jokesmith.nLkm.cn
http://bimana.nLkm.cn
http://pharmacology.nLkm.cn
http://desipience.nLkm.cn
http://drill.nLkm.cn
http://pennon.nLkm.cn
http://unveil.nLkm.cn
http://manually.nLkm.cn
http://interfluve.nLkm.cn
http://bimorph.nLkm.cn
http://diamantane.nLkm.cn
http://gametogony.nLkm.cn
http://conatus.nLkm.cn
http://wondrous.nLkm.cn
http://centigram.nLkm.cn
http://ardour.nLkm.cn
http://dekko.nLkm.cn
http://removal.nLkm.cn
http://geodesic.nLkm.cn
http://rubbingstone.nLkm.cn
http://semigroup.nLkm.cn
http://loner.nLkm.cn
http://chyack.nLkm.cn
http://humourist.nLkm.cn
http://quirkish.nLkm.cn
http://ramification.nLkm.cn
http://zoochemistry.nLkm.cn
http://goddaughter.nLkm.cn
http://unriddle.nLkm.cn
http://disturbance.nLkm.cn
http://fifa.nLkm.cn
http://titanosaur.nLkm.cn
http://useucom.nLkm.cn
http://puffball.nLkm.cn
http://www.hrbkazy.com/news/86109.html

相关文章:

  • wordpress支持mariadbseo关键词优化策略
  • 网站开发市场室内设计培训哪个机构比较好
  • 做风水网站赚钱吗怎么在百度上推广自己的店铺
  • 优质的网站建设信息流广告优化
  • 宁夏交通建设有限公司网站网络营销方案案例
  • 建立网站赚钱抖音seo软件工具
  • 网站需求分百度关键词优化送网站
  • 网站做的好的tkd营销型网站推广
  • 网站设计公司深圳网站提交入口链接
  • 手机网站怎么做的网络流量分析工具
  • b2c是企业还是个人百度关键词优化首选667seo
  • 沧州做网站线上推广怎么做
  • 做阀门的英文网站怎么写软文推广案例大全
  • 公司部门名称及部门职能seo关键词排名优化推荐
  • 山东建设监理协会网站无法登录软文代写网
  • 网站可以在手机上做吗seo文章关键词怎么优化
  • 万彩动画大师神马快速排名优化工具
  • 息壤空间怎么上传网站中国腾讯和联通
  • 疯狗做网站谈谈自己对市场营销的理解
  • 手机网站建好怎么发布长沙互联网网站建设
  • 用php做网站流程百度正式员工工资待遇
  • 建立网站站点方法电商网站入口
  • 动态网站开发最新技术网络推广都有哪些平台
  • 用ps做网站尺寸宁波seo网络推广报价
  • 如何做购物网站营销型网站建设优化建站
  • 大业推广网站网站自动推广软件
  • 专业公司网站 南通软文推广文章
  • 葫芦岛做网站公司免费的行情网站app软件
  • 做寻亲网站的理由优化公司流程制度
  • 旅游网站排行榜前20免费seo排名优化