中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

小程序swiper怎么根據頁面長度滑動

小新
199
2020-12-10 15:19:31
欄目: 云計算

小程序swiper怎么根據頁面長度滑動

小程序swiper根據頁面長度滑動的案例:

在對應的js文件中添加以下代碼:

get_wxml: function (className, callback) {

wx.createSelectorQuery().selectAll(className).boundingClientRect(callback).exec()

},

//獲取節點信息

this.get_wxml(`#cont` + current, (rects) => {

console.log(rects)

let newHeight = rects[0].height

this.setData({

heights: newHeight 

})

})

在對應的wxml文件中添加以下代碼:

<view class="goods_info_box">

<view class="tba_contain">

<!-- 導航欄 -->

<scroll-view class="tab" scroll-x scroll-left="{{tabScroll}}" scroll-with-animation="true">

<block wx:for="{{menuList}}" wx:key="index">

<view class="tab-item {{currentTab == index ? 'active' : ''}}" data-current="{{index}}" bindtap='clickMenu' style="width:{{100/menuList.length}}%">

<text>{{item.name}}</text>

</view>

</block>

</scroll-view>

<!-- 頁面 -->

<swiper class="list_content" duration="500" current="{{currentTab}}" bindchange="changeContent" style="height:{{heights}}px">

<swiper-item class="content-item" wx:for="{{menuList}}" wx:key="index" >

<view >

<text class='reason_txt'> {{item.name}}</text>

</view>

<view id='cont{{index}}' class="swiper-com" style="color:#000;font-size:40rpx;">

<rich-text nodes="{{item.content}}" ></rich-text>

</view>

</swiper-item>

</swiper>

</view>

</view>

0
湖州市| 个旧市| 定陶县| 永昌县| 郴州市| 横山县| 合山市| 乌兰浩特市| 大埔区| 高州市| 乌兰察布市| 扬中市| 张家界市| 鞍山市| 宁陕县| 新河县| 永德县| 乌兰察布市| 鹤山市| 荥经县| 昂仁县| 麻栗坡县| 呼图壁县| 时尚| 丹阳市| 铁岭县| 永新县| 洪雅县| 宜州市| 板桥市| 晋城| 邛崃市| 瑞金市| 贵溪市| 竹北市| 鸡东县| 内丘县| 田阳县| 江山市| 长寿区| 珲春市|