This commit is contained in:
2026-04-14 17:38:46 +08:00
commit b71e6d6bae
2848 changed files with 237896 additions and 0 deletions

View File

@ -0,0 +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>