dengrui/unpackage/dist/dev/mp-weixin/components/footTab.wxml

1 line
1.5 KiB
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;z-index:10;"><block wx:for="{{tabArr}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{user_type=='personal'&&index!=2}}"><view data-event-opts="{{[['tap',[['choosefoot',[index]]]]]}}" style="{{'display:flex;justify-content:center;flex-direction:column;align-items:center;'+('width:'+(user_type=='personal'?'33.3%':'25%')+';')}}" 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></block><block wx:for="{{tabArr}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{user_type!='personal'}}"><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></block></view></view>