码迷,mamicode.com
首页 > 微信 > 详细

小程序tab导航切换样式

时间:2018-11-09 18:20:15      阅读:466      评论:0      收藏:0      [点我收藏+]

标签:样式   图片   分享   ase   gre   com   active   current   导航切换   

技术分享图片

 

 

<view id="green" class="scroll-view-item {{ current == index ? ‘active‘ :‘‘ }} " bindtap="yearselect" wx:for="{{year}}" wx:key="{{index}}" data-year="{{item}}" data-index="{{index}}">{{item}}</view>

yearselect(e){
this.setData({
yearselect:e.currentTarget.dataset.year,
current:e.currentTarget.dataset.index
})
},

.active{
background: #62B0F2;
color: #fff;
}

 

小程序tab导航切换样式

标签:样式   图片   分享   ase   gre   com   active   current   导航切换   

原文地址:https://www.cnblogs.com/wjhaaa/p/9936492.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!