小編給大家分享一下微信小程序內(nèi)實(shí)現(xiàn)做出跑馬燈效果的方法,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
創(chuàng)新互聯(lián)公司專業(yè)IDC數(shù)據(jù)服務(wù)器托管提供商,專業(yè)提供成都服務(wù)器托管,服務(wù)器租用,成都棕樹(shù)電信機(jī)房,成都棕樹(shù)電信機(jī)房,成都多線服務(wù)器托管等服務(wù)器托管服務(wù)。一:功能介紹及講解
實(shí)現(xiàn)的跑馬燈(跑馬燈里面顯示文章的title)的效果,并在右側(cè)有個(gè)查看文章的按鈕,按鈕綁定當(dāng)前的跑馬燈信息的id,點(diǎn)擊按鈕后根據(jù)id跳轉(zhuǎn)到相應(yīng)的文章詳情頁(yè);
這里值得注意的點(diǎn)是我用了swiper組件的 bindchange 事件來(lái)獲取到當(dāng)前信息的數(shù)組下標(biāo),實(shí)現(xiàn)了動(dòng)態(tài)改變查看按鈕綁定信息id值的效果;
如果還有不懂的地方歡迎加入(173683895)微信小程序開(kāi)發(fā)交流群。
二:效果圖:
三:完整源碼
1.封裝成一個(gè)組件:
查看 公告 {{item.title}}
.sx_lunbo { width: 100%; height: 60rpx; border-bottom: solid 1px #eee; } .chakan{ padding-left: 25rpx; right: 20rpx; clear: both; position:absolute; height: 40rpx; margin-top: 10rpx; color: #f63; border:solid 1px #f63; border-radius:5rpx; padding: 0rpx 10rpx 0rpx 10rpx; font-size: 28rpx } .sx_swiper { width: 550rpx; margin-top: 10rpx; } .sx_swiper swiper-item{ height: 40rpx } .reds { overflow: hidden; text-overflow: ellipsis; white-space:nowrap; width:500rpx; font-size: 28rpx; height: 40rpx; } .red { font-size: 24rpx; color: white; width: 60rpx; height: 40rpx; line-height: 40rpx; background: blue; padding-left: 10rpx; margin: 10rpx; border-radius: 10rpx; }
2.在頁(yè)面調(diào)用:
@import "../template/roll/roll.wxss";
newsId: function (e) { var that = this var item = e.detail.current; this.setData({ newsId:that.data.news[item].id }) },
3.news的數(shù)據(jù):
看完了這篇文章,相信你對(duì)“微信小程序內(nèi)實(shí)現(xiàn)做出跑馬燈效果的方法”有了一定的了解,如果想了解更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!