亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

微信小程序滑塊視圖容器swiper怎么用

發布時間:2022-03-07 10:36:41 來源:億速云 閱讀:221 作者:iii 欄目:開發技術

這篇“微信小程序滑塊視圖容器swiper怎么用”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“微信小程序滑塊視圖容器swiper怎么用”文章吧。

1、底部的tabBar

可設置的屬性有color、selectedColor、borderStyle、backgroundColor、list至少2個,最多5個(其屬性有pagePath、text、iconPath、selectedIconPath等)

"tabBar": {
    "color":"#dddddd",
    "selectedColor":"#3cc51f",
    "borderStyle":"black",
    "backgroundColor":"#2B2B2B",
    "list": [
      {
        "pagePath": "pages/movie/movie",
        "text": "影院熱映",
        "iconPath": "assets/img/dy-1.png",
        "selectedIconPath": "assets/img/dy.png"
      },
      {
        "pagePath": "pages/recommend/recommend",
        "text": "電影推薦",
        "iconPath": "assets/img/tj-1.png",
        "selectedIconPath": "assets/img/tj.png"
      },
      {
        "pagePath": "pages/search/search",
        "text": "查詢電影",
        "iconPath": "assets/img/search-1.png",
        "selectedIconPath": "assets/img/search.png"
      }
    ]
  },

2、 滑塊視圖容器 swiper

swiper

滑塊視圖容器。

屬性名 類型 默認值 說明 最低版本
indicator-dots Boolean false 是否顯示面板指示點  
indicator-color Color rgba(0, 0, 0, .3) 指示點顏色 1.1.0
indicator-active-color Color #000000 當前選中的指示點顏色 1.1.0
autoplay Boolean false 是否自動切換  
current Number 0 當前所在頁面的 index  
interval Number 5000 自動切換時間間隔  
duration Number 500 滑動動畫時長  
circular Boolean false 是否采用銜接滑動  
vertical Boolean false 滑動方向是否為縱向  
bindchange EventHandle   current 改變時會觸發 change 事件,event.detail = {current: current, source: source}

從公共庫v1.4.0開始, change 事件返回 detail 中包含一個 source 字段,表示導致變更的原因,可能值如下:

  • autoplay  自動播放導致swiper變化;

  • touch  用戶劃動引起swiper變化;

  • 其他原因將用空字符串表示。

注意 :其中只可放置  組件,否則會導致未定義的行為。

swiper-item

僅可放置在  組件中,寬高自動設置為100%。

示例代碼:

<swiper indicator-dots="{{indicatorDots}}"
  autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
  <block wx:for="{{imgUrls}}"><swiper-item>  <image src="{{item}}" class="slide-image" width="355" height="150"/>swiper-item>
  block>swiper>
<button bindtap="changeIndicatorDots"> indicator-dots button>
<button bindtap="changeAutoplay"> autoplay button>
<slider bindchange="intervalChange" show-value min="500" max="2000"/> interval
<slider bindchange="durationChange" show-value min="1000" max="10000"/> duration
Page({
  data: {
    imgUrls: [
      'http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg',
      'http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg',
      'http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715.jpg'
    ],
    indicatorDots: false,
    autoplay: false,
    interval: 5000,
    duration: 1000
  },
  changeIndicatorDots: function(e) {
    this.setData({
      indicatorDots: !this.data.indicatorDots
    })
  },
  changeAutoplay: function(e) {
    this.setData({
      autoplay: !this.data.autoplay
    })
  },
  intervalChange: function(e) {
    this.setData({
      interval: e.detail.value
    })
  },
  durationChange: function(e) {
    this.setData({
      duration: e.detail.value
    })
  }
})

以上就是關于“微信小程序滑塊視圖容器swiper怎么用”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

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

AI

乌拉特后旗| 汝南县| 赤壁市| 宜君县| 满洲里市| 革吉县| 水城县| 漳平市| 无极县| 团风县| 平利县| 黑山县| 南江县| 永寿县| 神木县| 顺义区| 故城县| 洮南市| 兴义市| 渭源县| 左权县| 卢湾区| 定远县| 怀远县| 上虞市| 清丰县| 明溪县| 乌审旗| 肥乡县| 广河县| 凤山市| 靖西县| 南召县| 林口县| 内江市| 吉安县| 中卫市| 武宁县| 大新县| 乌拉特后旗| 雷波县|