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
1.4 KiB
1 lines
1.4 KiB
<view><scroll-view class="tab-list" style="{{'background:'+(bgColor)+';'}}" scroll-x="{{true}}" scroll-into-view="{{'tab'+(activeIndex-1)}}" scroll-with-animation="{{true}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="tab-item rel" style="{{'width:'+(width)+';'+('height:'+(height)+';')+('line-height:'+(height)+';')+('color:'+(index==activeIndex?activeColor:color)+';')}}" data-index="index" id="{{'tab'+index}}" data-event-opts="{{[['tap',[['handerTabChange',[index]]]]]}}" bindtap="__e"><view class="flex-y-baseline flex-x-center rel">{{''+(item.$orig.title||item.$orig)+''}}<block wx:if="{{item.$orig.is_sign==1}}"><block><view class="tab-item-sanjao abs" style="{{'right:'+(item.g0==3?'-20rpx':'')+';'}}"><view class="up iconfont icon-up-fill rel" style="{{'color:'+(index==activeIndex&&item.$orig.sign==1?activeColor:'#ccc')+';'}}"></view><view class="down iconfont icon-down-fill rel" style="{{'color:'+(index==activeIndex&&item.$orig.sign==0?activeColor:'#ccc')+';'}}"></view></view></block></block></view><block wx:if="{{isLine&&index==activeIndex&&!item.$orig.is_sign}}"><view class="abs line" style="{{'background:'+(activeColor)+';'}}"></view></block><block wx:if="{{item.$orig.number}}"><view class="item-msg c-base f-icontext abs" style="{{'width:'+(item.$orig.number<10?'30rpx':'50rpx')+';'}}">{{(item.$orig.number<100?item.$orig.number:'99+')+''}}</view></block></view></block></scroll-view></view> |