1 |
- <view class="data-v-d87a26ce"><view class="safe-area-inset-bottom data-v-d87a26ce"><view class="u-bottom-height data-v-d87a26ce"></view></view><view class="safe-area-inset-bottom u-bottom-fixed data-v-d87a26ce"><view class="app-menu main-between data-v-d87a26ce"><view data-event-opts="{{[['tap',[['toActivity',['$event']]]]]}}" hidden="{{!(activity_loading)}}" class="menu-btn dir-top-nowrap main-center cross-center data-v-d87a26ce" bindtap="__e"><block wx:if="{{active==='activity'}}"><image style="{{'background-color:'+(theme.background)+';'}}" src="./../image/activity-active.png" data-event-opts="{{[['load',[['activityLoad',['$event']]]]]}}" bindload="__e" class="data-v-d87a26ce"></image></block><block wx:else><image src="./../image/activity.png" data-event-opts="{{[['load',[['activityLoad',['$event']]]]]}}" bindload="__e" class="data-v-d87a26ce"></image></block><view style="{{'color:'+(active==='activity'?theme.color:'')+';'}}" class="data-v-d87a26ce">活动</view></view><view data-event-opts="{{[['tap',[['toOrder',['$event']]]]]}}" hidden="{{!(order_loading)}}" class="menu-btn dir-top-nowrap main-center cross-center data-v-d87a26ce" bindtap="__e"><block wx:if="{{active==='order'}}"><image style="{{'background-color:'+(theme.background)+';'}}" src="./../image/order-active.png" data-event-opts="{{[['load',[['orderLoad',['$event']]]]]}}" bindload="__e" class="data-v-d87a26ce"></image></block><block wx:else><image src="./../image/order.png" data-event-opts="{{[['load',[['orderLoad',['$event']]]]]}}" bindload="__e" class="data-v-d87a26ce"></image></block><view style="{{'color:'+(active==='order'?theme.color:'')+';'}}" class="data-v-d87a26ce">订单</view></view><view data-event-opts="{{[['tap',[['toMe',['$event']]]]]}}" hidden="{{!(me_loading)}}" class="menu-btn dir-top-nowrap main-center cross-center data-v-d87a26ce" bindtap="__e"><block wx:if="{{active==='me'}}"><image style="{{'background-color:'+(theme.background)+';'}}" src="./../image/me-active.png" data-event-opts="{{[['load',[['meLoad',['$event']]]]]}}" bindload="__e" class="data-v-d87a26ce"></image></block><block wx:else><image src="./../image/me.png" data-event-opts="{{[['load',[['meLoad',['$event']]]]]}}" bindload="__e" class="data-v-d87a26ce"></image></block><view style="{{'color:'+(active==='me'?theme.color:'')+';'}}" class="data-v-d87a26ce">我的</view></view></view></view></view>
|