91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

微信小程序怎么實現swiper高度自適應

發布時間:2022-03-14 10:53:32 來源:億速云 閱讀:1638 作者:iii 欄目:開發技術

本篇內容主要講解“微信小程序怎么實現swiper高度自適應 ”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“微信小程序怎么實現swiper高度自適應 ”吧!

微信小程序怎么實現swiper高度自適應

要求:swiper高度自適應

wxml

<view class='swiper'><swiper indicator-dots="{{indicatorDots}}" vertical="{{vertical}}" autoplay="{{autoplay}}" duration="{{duration}}" interval='{{interval}}' bindchange="bindchange"  circular="{{circular}}" style="height:{{imgheights[current]}}rpx;"><block wx:for='{{imgList}}' 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;
}

wxjs

data: {
    //圖片地址
    imgList: ['/images/wyh-img_bg.png', '/images/wyh-img8.png', '/images/wyh-img_shop1.png', '/images/wyh-img_bg1.png'],
    //是否采用銜接滑動  
    circular: true,
    //是否顯示畫板指示點  
    indicatorDots: false,
    //選中點的顏色  
    indicatorcolor: "#000",
    //是否豎直  
    vertical: false,
    //是否自動切換  
    autoplay: true,
    //自動切換的間隔
    interval: 2500,
    //滑動動畫時長毫秒  
    duration: 100,
  
    //所有圖片的高度  (必須)
    imgheights: [],
    //圖片寬度 
    imgwidth: 750,
    //默認  (必須)
    current: 0   
  },
imageLoad: function (e) {//獲取圖片真實寬度  
    var imgwidth = e.detail.width,
      imgheight = e.detail.height,
      //寬高比  
      ratio = imgwidth / imgheight;
      console.log(imgwidth, imgheight)
    //計算的高度值  
    var viewHeight = 750 / ratio;
    var imgheight = viewHeight;
    var imgheights = this.data.imgheights;
    //把每一張圖片的對應的高度記錄到數組里  
    imgheights[e.target.dataset.id] = imgheight;
    this.setData({
      imgheights: imgheights
    })
  },
  bindchange: function (e) {
    // console.log(e.detail.current)
    this.setData({ current: e.detail.current })
  },

到此,相信大家對“微信小程序怎么實現swiper高度自適應 ”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

浠水县| 长汀县| 汝州市| 波密县| 故城县| 芜湖市| 高阳县| 麻江县| 新田县| 虎林市| 墨玉县| 建始县| 华宁县| 海城市| 武隆县| 怀远县| 龙州县| 根河市| 鹤山市| 德令哈市| 甘南县| 福清市| 蓬安县| 日土县| 霍城县| 房产| 临漳县| 印江| 八宿县| 靖西县| 广安市| 金乡县| 新郑市| 东阳市| 新河县| 平远县| 芜湖县| 南川市| 安阳县| 当雄县| 鸡泽县|