1 line
638 B
Plaintext
1 line
638 B
Plaintext
<view class="foot-box data-v-c9161278"><block wx:for="{{footBarList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['chooseFootTab',[index]]]]]}}" class="item-box data-v-c9161278" bindtap="__e"><view class="{{['item-icon','flex','data-v-c9161278',current*1===index?'active':'']}}"><image style="{{'width:'+([38,40,38,37,40][index]+'rpx')+';'+('height:'+([39,40,38,39,40][index]+'rpx')+';')}}" src="{{item.iconPath}}" mode="widthFix" class="data-v-c9161278"></image></view><view class="{{['foot-title','data-v-c9161278',current==index?'active':'']}}">{{item.title}}</view></view></block></view> |