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.1 KiB
1 lines
1.1 KiB
<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 left" bindtap="__e"><slot name="left"></slot><block wx:if="{{leftIcon||leftText}}"><view class="uni-navbar-btn-text"><block wx:if="{{leftIcon}}"><view class="{{['iconfont','_i',leftIcon]}}"></view></block>{{leftText||''}}</view></block></view><block wx:if="{{!onlyLeft}}"><block><view class="uni-navbar-container"><block wx:if="{{$root.g0}}"><view class="uni-navbar-container-title">{{title}}</view></block><slot></slot></view><view data-event-opts="{{[['tap',[['onClickRight',['$event']]]]]}}" class="uni-navbar-header-btns right" bindtap="__e"><block wx:if="{{$root.g1}}"><view class="uni-navbar-btn-text">{{rightText}}</view></block><slot name="right"></slot></view></block></block></view></view> |