You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
708 B
1 lines
708 B
<view class="tabbar-box"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickBar',[index]]]]]}}" class="{{['bar-box',item.shaking?'shaking':'']}}" bindtap="__e"><block wx:if="{{index!=2}}"><view class="img-box"><image src="{{item.isCheck?item.tabIconSelect:item.tabIcon}}" alt class="_img"></image></view></block><block wx:if="{{index==2}}"><view class="big-img-box"><image src="{{item.isCheck?item.tabIconSelect:item.tabIcon}}" alt class="_img"></image></view></block><block wx:if="{{index!=2}}"><view class="text-box" style="{{'color:'+(item.isCheck?'#48D1CC':'#000')+';'}}">{{''+item.tabName+''}}</view></block></view></block></view>
|