1 |
- <view class="data-v-f69c9fa2"><view class="{{['data-v-f69c9fa2',shadow?'main-between app-nav shadow':'main-between app-nav']}}" style="{{'line-height:'+((setHeight?setHeight:90)+'rpx')+';'+('font-size:'+((fontSize?fontSize:28)+'rpx')+';')+('height:'+((setHeight?setHeight:90)+'rpx')+';')+('top:'+((setTop?setTop:0)+'rpx')+';')+('background-color:'+(''+(background?background:'#fff'))+';')}}"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="box-grow-1 nav-item data-v-f69c9fa2" style="{{'border-bottom:'+((border?1:0)+'rpx solid #e2e2e2')+';'}}" data-id="{{item.id}}" data-event-opts="{{[['tap',[['handleClick',['$event']]]]]}}" bindtap="__e"><text class="{{['data-v-f69c9fa2',item.id==activeItem?'active-text '+theme+'-m-text '+theme:'']}}" style="{{'height:'+((setHeight?setHeight:90)+'rpx')+';'+('padding:'+('0 '+padding+'rpx')+';')}}">{{item.name}}</text></view></block></view><view style="{{'height:'+((placeHeight?placeHeight:90)+'rpx')+';'}}" class="data-v-f69c9fa2"></view></view>
|