大家好,又见面了,我是你们的朋友全栈君。
生命不息,代码不止.
在Android的项目完成后,接下来的半个月,要完成一款配套的微信小程序.
那就开始动手呗.
小程序的轮播图可比Android的简单多了,官方直接给出了这个组件,让我们看一看如何快速实现微信小程序的轮播图呢
1.index.wxml
–index.wxml–
>
swiper
class=
“swiper”
indicator-dots=
“true”
autoplay=
“true”
interval=
“5000”
duration=
“1000”
>
block
wx:for=
“{
{movies}}”
wx:for-index=
“index”
>
swiper-item
>
image
src=
“{
{item.url}}”
class=
“slide-image”
mode=
“aspectFill”/
>
swiper-item
>
block
>
swiper
>
2.index.js
app =
getApp()
{
url:
‘http://img04.tooopen.com/images/20130712/tooopen_17270713.jpg’
}
,
url:
‘http://img04.tooopen.com/images/20130617/tooopen_21241404.jpg’
}
,
url:
‘http://img04.tooopen.com/images/20130701/tooopen_20083555.jpg’
}
,
url:
‘http://img02.tooopen.com/images/20141231/sy_78327074576.jpg’
}
,
function ()
{
3.index.wxss
{
400
rpx
;
100%
;
image
{
100%
;
100%
;
附一下官方文档的地址:
看一下最终效果.妥了
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/143539.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...