更新记录
1.0.0(2021-05-18) 下载此版本
新增 带缩略图计数的banner 组件
平台兼容性
Vue2 | Vue3 |
---|---|
√ | × |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
HBuilderX 3.1.0 app-vue | × | √ | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 |
---|---|---|---|
× | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | √ | √ | √ |
sui-banner-swiper
组件名:sui-banner-swiper 代码块:
sui-banner-swiper
安装方式
本组件符合easycom规范,HBuilderX 2.5.5
起,只需将本组件导入项目,在页面template
中即可直接使用,无需在页面中import
和注册components
。
基本用法
在 template
中使用组件
<!-- 基本用法 -->
<sui-banner-swiper :imageList="imageList"></sui-banner-swiper>
API
suiBannerSwiper Props
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
imageList | Array | banner图片列表 | |
circular | Boolean | false | 是否循环banner |
suiBannerSwiper Events
点击大图预览图片
目前使用数据 的 json格式
imageList: [{file_path: "https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=3478779304,1732057387&fm=26&gp=0.jpg",}...]