leave-unused/unpackage/dist/dev/mp-weixin/components/tabbar/tabbar.wxml

1 line
898 B
Plaintext

<view class="tabbar-list border-box pad-sx40 background-white pad-zy20 flex data-v-8ad7aaf8"><block wx:for="{{footBarList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['chooseFootTab',[index]]]]]}}" class="{{['tabbar-item','color-88','flex','data-v-8ad7aaf8',current==index?'active':'']}}" bindtap="__e"><view class="icon flex data-v-8ad7aaf8"><image style="{{'width:'+([41,38][index]+'rpx')+';'+('height:'+([41,40][index]+'rpx')+';')}}" src="{{item.iconPath}}" mode="widthFix" class="data-v-8ad7aaf8"></image></view><view class="title font26 data-v-8ad7aaf8">{{item.title}}</view></view></block><view data-event-opts="{{[['tap',[['goRelease',['$event']]]]]}}" class="release-btn background-blue color-ff radius100 flex data-v-8ad7aaf8" bindtap="__e"><image src="/static/icon-release.png" mode="widthFix" class="data-v-8ad7aaf8"></image></view></view>