国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序?qū)崿F(xiàn)banner圖輪播效果

2019-11-19 12:08:46
字體:
供稿:網(wǎng)友

本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)banner圖輪播的具體代碼,供大家參考,具體內(nèi)容如下

效果圖:

indicator-active-color="#007aff"http://修改選中圖片圓點(diǎn)的顏色

js:

const app = getApp() Page({ data: { //-----------模擬banner圖----------- imgUrls: [ '/image/1545118381903.jpg', '/image/1545118566631.jpg' ], circular: true, //是否顯示畫板指示點(diǎn)  indicatorDots: true, //選中點(diǎn)的顏色  //是否豎直  vertical: false, //是否自動(dòng)切換  autoplay: true, //自動(dòng)切換的間隔 interval: 3000, //滑動(dòng)動(dòng)畫時(shí)長(zhǎng)毫秒  duration: 1000, //所有圖片的高度  imgheights: [], //圖片寬度  imgwidth: 750, //默認(rèn)  current: 0 }, imageLoad: function (e) {//獲取圖片真實(shí)寬度  var imgwidth = e.detail.width, imgheight = e.detail.height, //寬高比  ratio = imgwidth / imgheight; console.log(imgwidth, imgheight) //計(jì)算的高度值  var viewHeight = 750 / ratio; var imgheight = viewHeight; var imgheights = this.data.imgheights; //把每一張圖片的對(duì)應(yīng)的高度記錄到數(shù)組里  imgheights[e.target.dataset.id] = imgheight; this.setData({ imgheights: imgheights }) }, bindchange: function (e) { // console.log(e.detail.current) this.setData({ current: e.detail.current }) }, }})

wxml:

<!-------------首頁輪播圖----------------- --><view class='swiper'> <swiper indicator-dots="{{indicatorDots}}" vertical="{{vertical}}" autoplay="{{autoplay}}" duration="{{duration}}" interval='{{interval}}'indicator-active-color="#007aff" bindchange="bindchange" circular="{{circular}}" style="height:{{imgheights[current]}}rpx;"> <block wx:for='{{imgUrls}}' wx:key="{{index}}"> <swiper-item> <image src="{{item}}" data-id='{{index}}' class="slide-image" mode="widthFix" bindload="imageLoad" /> </swiper-item> </block> </swiper></view>

wxss:

.swiper image { width: 100%; height: auto;} .swiper-image { height: 100%; width: 100%;} .slide-image { height: 100%; width: 100%; display: block;}

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 高雄县| 新沂市| 从江县| 喜德县| 怀来县| 哈尔滨市| 铜鼓县| 甘谷县| 赣州市| 房产| 贵南县| 于都县| 阿拉善右旗| 普陀区| 边坝县| 资阳市| 仙居县| 邮箱| 怀宁县| 阜康市| 田阳县| 乃东县| 景东| 龙井市| 开原市| 林州市| 邻水| 昌都县| 思茅市| 万载县| 秦皇岛市| 岢岚县| 通渭县| 沙坪坝区| 资阳市| 黔西| 吕梁市| 宜宾县| 横山县| 迁西县| 肃宁县|