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.
xxdj1/unpackage/dist/dev/mp-weixin/components/uni-nav-bar.wxml

1 line
1.0 KiB

1 year ago
<view class="{{['uni-navbar',(isFixed)?'uni-navbar-fixed':'',(hasShadow)?'uni-navbar-shadow':'']}}" style="{{'background-color:'+(backgroundColor)+';'+('height:'+(navBarHeight+'px')+';')}}"><block wx:if="{{insertStatusBar}}"><uni-status-bar vue-id="cec96ef6-1" bind:__l="__l"></uni-status-bar></block><view class="uni-navbar-header" style="{{'color:'+(color)+';'}}"><view data-event-opts="{{[['tap',[['onClickLeft',['$event']]]]]}}" class="uni-navbar-header-btns" bindtap="__e"><block wx:if="{{$root.g0}}"><view class="uni-navbar-btn-text">{{leftText}}</view></block><slot name="left"></slot></view><block wx:if="{{!onlyLeft}}"><block><view class="uni-navbar-container"><block wx:if="{{$root.g1}}"><view class="uni-navbar-container-title">{{title}}</view></block><slot></slot></view><view data-event-opts="{{[['tap',[['onClickRight',['$event']]]]]}}" class="uni-navbar-header-btns" bindtap="__e"><block wx:if="{{$root.g2}}"><view class="uni-navbar-btn-text">{{rightText}}</view></block><slot name="right"></slot></view></block></block></view></view>