收藏
回答

swiper display-multiple-items设定不是整数?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug swiper 微信iOS客户端 8.0.50 5.3.5

3.5后基础库display-multiple-items设定不是整数后滚动到最后自动滚动到第一个 3.5版本以前的没有问题?


<swiper class="g-roll-swiper-card"

previous-margin="25rpx"

:display-multiple-items="1.4">

<template v-for="(elem, eindex) in rollList">

<swiper-item :key="eindex">

<view class="g-roll-swiper-list flex-col">

<template v-for="(item, index) in elem">

<g-item :key="item.id" :type="4" :source="item"

:grid="['title', 'author', 'intro', 'thumb']" 

class="flex g-roll-swiper-items"/>

</template>

</view>

</swiper-item>

</template>

</swiper>

回答关注问题邀请回答
收藏
登录 后发表内容