1 line
654 B
Plaintext
1 line
654 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 class="img data-v-8ad7aaf8" style="{{'width:'+([41,38][index]+'rpx')+';'+('height:'+([41,40][index]+'rpx')+';')}}" src="{{item.iconPath}}" mode="widthFix"></image></view><view class="title font26 data-v-8ad7aaf8">{{item.title}}</view></view></block></view> |