float-tab.wxml 917 B

1
  1. <view class="float-tab ~column"><navigator class="tab-img" style="{{'top:'+(3*top+'px')+';'}}" hover-class="none" open-type="switchTab" url="/pages/index/index"><image class="tab-icon" src="/static/images/icon_float_home.png"></image></navigator><navigator class="tab-img" style="{{'top:'+(2*top+'px')+';'}}" hover-class="none" open-type="navigate" url="/bundle/pages/chat/chat"><image class="tab-icon" src="/static/images/icon_float_help.png"></image></navigator><navigator class="tab-img" style="{{'top:'+(top+'px')+';'}}" hover-class="none" open-type="switchTab" url="/pages/shop_cart/shop_cart"><image class="tab-icon" src="/static/images/icon_float_cart.png"></image></navigator><image class="tab-img" style="{{'z-index:99;'+('transform:'+('rotateZ('+(showMore?135:0)+'deg)')+';')}}" src="/static/images/icon_float_more.png" data-event-opts="{{[['tap',[['onChange',['$event']]]]]}}" bindtap="__e"></image></view>