<swiper
circular="{{true}}"
indicator-dots="{{false}}"
autoplay="{{true}}"
interval="3000"
duration="1000"
previous-margin="50px"
next-margin="50px"
display-multiple-items="3"
style="width:375px;height:130px"
bindchange="swiperGallaryChange">
<swiper-item>
<view class="gallary-item" style="width:90px;height:125px;opacity: 0.35;transform:scale(0.5)"></view>
</swiper-item>
<swiper-item>
<view class="gallary-item" style="width:90px;height:125px;"></view>
</swiper-item>
<swiper-item>
<view class="gallary-item" style="width:90px;height:125px;opacity: 0.35;transform:scale(0.5)"></view>
</swiper-item>
<swiper-item>
<view class="gallary-item" style="width:90px;height:125px;opacity: 0.35;transform:scale(0.5)"></view>
</swiper-item>
<swiper-item>
<view class="gallary-item" style="width:90px;height:125px;opacity: 0.35;transform:scale(0.5)"></view>
</swiper-item>
</swiper>
最右边的元素要等大概0.2秒左右才会出现,希望官网帮我看看什么问题。
PS:低于2.21.4的版本表现正常
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
遇到同样问题,求答复