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
571 B
1 lines
571 B
<view class="tabBar_contaier flex around data-v-3bd8e2f8"><block wx:for="{{tabBarList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectFn',['$0',index],[[['tabBarList','',index]]]]]]]}}" class="tabBar_item flex jc column ac data-v-3bd8e2f8" bindtap="__e"><image src="{{value==item.selectIndex?item.selectedIconPath:item.iconPath}}" class="data-v-3bd8e2f8"></image><view class="{{['data-v-3bd8e2f8','tabBar_item_text'+(value==item.selectIndex?' .select_tabBar_item_text':'')]}}">{{item.text}}</view></view></block></view> |