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
409 B
1 lines
409 B
<view class="navBar" style="{{'padding-bottom:'+(isPadding?'20px':'')+';'}}"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['go',['$0'],[[['navList','',index,'url']]]]]]]}}" bindtap="__e"><view><image src="{{imgfixUrls+item.img}}"></image></view><label class="{{['_span',tabBarAct==index?'check':'nCheck']}}">{{item.label}}</label></view></block></view>
|