You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
600 B

<view><block wx:if="{{isIpx}}"><view class="iphonex-footer-bg"></view></block><block wx:else><view class="footer-bg"></view></block><view class="{{[isIpx?'iphonex-footer':'','acea-row row-middle']}}" id="footer"><block wx:for="{{footerList}}" wx:for-item="item" wx:for-index="footerIndex" wx:key="footerIndex"><view data-event-opts="{{[['tap',[['changeTabtar',[footerIndex]]]]]}}" class="{{['item',(footerIndex==tabtarIndex)?'on':'']}}" bindtap="__e"><view class="{{['iconfont',item.icon1+' '+(footerIndex==tabtarIndex?item.icon2:'')]}}"></view><view>{{item.name}}</view></view></block></view></view>