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
1.2 KiB

<view class="weui-navigation-bar {{extClass}}"><view class="weui-navigation-bar__placeholder {{ios ? 'ios' : 'android'}}" style="padding-top: {{statusBarHeight}}px;visibility: hidden;"/><view class="weui-navigation-bar__inner {{ios ? 'ios' : 'android'}}" style="padding-top: {{statusBarHeight}}px; color: {{color}};background: {{background}};{{displayStyle}};{{innerPaddingRight}};{{innerWidth}};"><view class="weui-navigation-bar__left" style="{{leftWidth}}"><block wx:if="{{back}}"><view class="weui-navigation-bar__buttons"><view bindtap="back" class="weui-navigation-bar__btn_goback_wrapper" hover-class="weui-active" aria-role="button" aria-label="返回"><view class="weui-navigation-bar__button weui-navigation-bar__btn_goback"/></view></view></block><block wx:else><slot name="left"/></block></view><view class="weui-navigation-bar__center"><view wx:if="{{loading}}" class="weui-navigation-bar__loading" aria-role="alert"><view class="weui-loading" style="width:{{size.width}}rpx;height:{{size.height}}rpx;" aria-role="img" aria-label="加载中"/></view><block wx:if="{{title}}"><text>{{title}}</text></block><block wx:else><slot name="center"/></block></view><view class="weui-navigation-bar__right"><slot name="right"/></view></view></view>