小程序
小游戏
企业微信
微信支付
扫描小程序码分享
swiper在scroll-view里面,下拉scroll-view时 swiper顶部会出现空白抖动,但在直接使用页面的滚动却不会
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
感谢反馈。我们已经确认这个问题,会在下一版本中修复。这是个渲染问题,不影响代码逻辑。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
没有弄明白你的问题,可以再详细描述一下吗?
<!--index.wxml-->
<
scroll-view
scroll-y
=
"true"
style
"height:500px;"
>
swiper
loop
indicator-dots
"{{indicatorDots}}"
autoplay
interval
"3000"
duration
"{{duration}}"
"width:100%;height:400px;"
block
wx:for
"{{imgUrls}}"
swiper-item
image
src
"{{item}}"
class
"slide-image"
/>
</
<text>下面还有很多内容 超出scroll-view的高度 足以滚动</text>
text
>下面还有很多内容 超出scroll-view的高度 足以滚动</
<text>....</text>
页面下拉时,在轮播图出现的过程中, 下图的红色部分会出现抖动的白条
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
感谢反馈。我们已经确认这个问题,会在下一版本中修复。这是个渲染问题,不影响代码逻辑。
没有弄明白你的问题,可以再详细描述一下吗?
<!--index.wxml-->
<
scroll-view
scroll-y
=
"true"
style
=
"height:500px;"
>
<
swiper
loop
=
"true"
indicator-dots
=
"{{indicatorDots}}"
autoplay
=
"true"
interval
=
"3000"
duration
=
"{{duration}}"
style
=
"width:100%;height:400px;"
>
<
block
wx:for
=
"{{imgUrls}}"
>
<
swiper-item
>
<
image
src
=
"{{item}}"
class
=
"slide-image"
/>
</
swiper-item
>
</
block
>
</
swiper
>
<
text
>下面还有很多内容 超出scroll-view的高度 足以滚动</
text
>
<text>....</text>
</
scroll-view
>
页面下拉时,在轮播图出现的过程中, 下图的红色部分会出现抖动的白条