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 line
486 B
1 line
486 B
<view class="tabbar data-v-6dc8a5bc"><block wx:for="{{tabbarList}}" wx:for-item="item" wx:for-index="idx" wx:key="idx"><view data-event-opts="{{[['tap',[['switchTab',['$0'],[[['tabbarList','',idx,'pagePath']]]]]]]}}" class="tabbar-item data-v-6dc8a5bc" bindtap="__e"><image class="tabbar-icon data-v-6dc8a5bc" src="{{current===idx?item.selectedIconPath:item.iconPath}}"></image><text class="{{['data-v-6dc8a5bc',(current===idx)?'active':'']}}">{{item.text}}</text></view></block></view> |