Scroll-Swiper 滚动轮播

使用指南

  • 在 app.json 或 index.json 中引入scroll-swiper组件
{
  "usingComponents": {
    "fs-scroll-swiper": "path/components/scroll-swiper/index"
  }
}
1
2
3
4
5

本组件需要按照实际情况修改组件中的滚动页内容

代码演示

<fs-scroll-swiper/>
1