1 line
793 B
Plaintext
1 line
793 B
Plaintext
<view><view style="height:56px;font-size:10px;border-top:1rpx solid #FFFFFF;background-color:#FFFFFF;position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;"><block wx:for="{{tabArr}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['choosefoot',[index]]]]]}}" style="display:flex;justify-content:center;flex-direction:column;align-items:center;" bindtap="__e"><block wx:if="{{current==index}}"><image style="width:22px;height:22px;" src="{{item.selectedIconPath}}"></image></block><block wx:else><image style="width:22px;height:22px;" src="{{item.iconPath}}"></image></block><view class="{{[current==index?'footactive':'footmo']}}" style="margin-top:4px;">{{item.text}}</view></view></block></view></view> |