更新记录
1.0.1(2023-05-31)
下载此版本
swiper-normal
属性说明
属性名 |
类型 |
默认值 |
说明 |
content |
Array |
[] |
轮播数据 |
alias |
Object |
{} |
轮播数据别名 |
dots |
Boolean |
true |
是否使用自带指示点 false: 自定义指示点 |
autoplay |
Number |
true |
是否自动滑动 |
interval |
Number |
2000 |
自动切换时间间隔 |
duration |
Number |
500 |
滑动动画时长 |
height |
Number |
240 |
轮播高度rpx |
border |
Boolean |
true |
轮播borderradius |
styleCons |
String |
'padding: 0 24rpx 24rpx 24rpx;' |
轮播修改样式 |
cusDotsStyle |
String |
'' |
自定义指示点样式 |
带有slot插槽
使用示例
<swiper-normal :dots="false" :height="750" :border="false" :autoplay='true' :alias='alias' :content="banner"></swiper-normal>
import swiperNormal from '@/components/swiper-normal/swiper-normal.vue'
export default {
components: {
swiperNormal
},
data() {
return {
banner:[
{
id:0,
url:'https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg',
type:1,
},
{
id:1,
url:'https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E8%AE%B2%EF%BC%88uni-app%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D%EF%BC%89-%20DCloud%E5%AE%98%E6%96%B9%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B@20200317.mp4',
type:2,
},
{
id:2,
url:'https://fuss10.elemecdn.com/0/6f/e35ff375812e6b0020b6b4e8f9583jpeg.jpeg',
type:1,
},
{
id:3,
url:'https://fuss10.elemecdn.com/2/11/6535bcfb26e4c79b48ddde44f4b6fjpeg.jpeg',
type:1,
},
{
id:4,
url:'https://sf1-ttcdn-tos.pstatp.com/obj/developer/sdk/1534422848153.mp4',
type:2,
}
],
alias:{
type:'type',
url:'url',
id:'id'
},
styleCons:'padding: 0 0 0 0;',
}
},
}
效果图
![]()
1.0.0(2023-05-26)
下载此版本
swiper-normal
属性说明
属性名 |
类型 |
默认值 |
说明 |
content |
Array |
[] |
轮播数据 |
alias |
Object |
{} |
轮播数据别名 |
dots |
Boolean |
true |
是否使用自带指示点 false: 自定义指示点 |
autoplay |
Number |
true |
是否自动滑动 |
interval |
Number |
2000 |
自动切换时间间隔 |
duration |
Number |
500 |
滑动动画时长 |
height |
Number |
240 |
轮播高度rpx |
border |
Boolean |
true |
轮播borderradius |
styleCons |
String |
'padding: 0 24rpx 24rpx 24rpx;' |
轮播修改样式 |
使用示例
<swiper-normal :dots="false" :height="750" :border="false" :autoplay='true' :alias='alias' :content="banner"></swiper-normal>
import swiperNormal from '@/components/swiper-normal/swiper-normal.vue'
export default {
components: {
swiperNormal
},
data() {
return {
banner:[
{
id:0,
url:'https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg',
type:1,
},
{
id:1,
url:'https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E8%AE%B2%EF%BC%88uni-app%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D%EF%BC%89-%20DCloud%E5%AE%98%E6%96%B9%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B@20200317.mp4',
type:2,
},
{
id:2,
url:'https://fuss10.elemecdn.com/0/6f/e35ff375812e6b0020b6b4e8f9583jpeg.jpeg',
type:1,
},
{
id:3,
url:'https://fuss10.elemecdn.com/2/11/6535bcfb26e4c79b48ddde44f4b6fjpeg.jpeg',
type:1,
},
{
id:4,
url:'https://sf1-ttcdn-tos.pstatp.com/obj/developer/sdk/1534422848153.mp4',
type:2,
}
],
alias:{
type:'type',
url:'url',
id:'id'
},
styleCons:'padding: 0 0 0 0;',
}
},
}
效果图
![]()
平台兼容性
App |
快应用 |
微信小程序 |
支付宝小程序 |
百度小程序 |
字节小程序 |
QQ小程序 |
app-vue app-nvue |
√ |
√ |
√ |
√ |
√ |
√ |
钉钉小程序 |
快手小程序 |
飞书小程序 |
京东小程序 |
√ |
√ |
√ |
√ |
H5-Safari |
Android Browser |
微信浏览器(Android) |
QQ浏览器(Android) |
Chrome |
IE |
Edge |
Firefox |
PC-Safari |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
swiper-normal
属性说明
属性名 |
类型 |
默认值 |
说明 |
content |
Array |
[] |
轮播数据 |
alias |
Object |
{} |
轮播数据别名 |
dots |
Boolean |
true |
是否使用自带指示点 false: 自定义指示点 |
autoplay |
Number |
true |
是否自动滑动 |
interval |
Number |
2000 |
自动切换时间间隔 |
duration |
Number |
500 |
滑动动画时长 |
height |
Number |
240 |
轮播高度rpx |
border |
Boolean |
true |
轮播borderradius |
styleCons |
String |
'padding: 0 24rpx 24rpx 24rpx;' |
轮播修改样式 |
cusDotsStyle |
String |
'' |
自定义指示点样式 |
带有slot插槽
使用示例
<swiper-normal :dots="false" :height="750" :border="false" :autoplay='true' :alias='alias' :content="banner"></swiper-normal>
import swiperNormal from '@/components/swiper-normal/swiper-normal.vue'
export default {
components: {
swiperNormal
},
data() {
return {
banner:[
{
id:0,
url:'https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg',
type:1,
},
{
id:1,
url:'https://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/%E7%AC%AC1%E8%AE%B2%EF%BC%88uni-app%E4%BA%A7%E5%93%81%E4%BB%8B%E7%BB%8D%EF%BC%89-%20DCloud%E5%AE%98%E6%96%B9%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B@20200317.mp4',
type:2,
},
{
id:2,
url:'https://fuss10.elemecdn.com/0/6f/e35ff375812e6b0020b6b4e8f9583jpeg.jpeg',
type:1,
},
{
id:3,
url:'https://fuss10.elemecdn.com/2/11/6535bcfb26e4c79b48ddde44f4b6fjpeg.jpeg',
type:1,
},
{
id:4,
url:'https://sf1-ttcdn-tos.pstatp.com/obj/developer/sdk/1534422848153.mp4',
type:2,
}
],
alias:{
type:'type',
url:'url',
id:'id'
},
styleCons:'padding: 0 0 0 0;',
}
},
}
效果图
![]()