xy-customhead.wxml 1.02 KB
<view><view class="{{['uni-head',colorMode==false?colorType:'']}}" style="{{(naviBarHeight+bgColors)}}"><block wx:if="{{mode=='deNav'}}"><view class="mode"><block wx:if="{{textAlign==false}}"><view data-event-opts="{{[['tap',[['goBack',['$event']]]]]}}" class="deNav" style="{{(tltTs)}}" bindtap="__e"><block wx:if="{{isReturn}}"><view class="fhico"></view></block>{{''+title+''}}</view></block></view></block><block wx:if="{{mode=='searchNav'}}"><view class="mode"><view class="searchNav" style="{{(tltTs)}}"><view class="searchBox" style="{{(searchCss2)}}"><view class="logo"><image src="../../static/logo.png"></image></view><view data-event-opts="{{[['tap',[['handleLbtn',['$event']]]]]}}" class="qxsearch" style="{{(mBInfoH!=0?'height:'+mBInfoH+'px;line-height:'+mBInfoH+'px;':'')}}" catchtap="__e"><block wx:if="{{$slots['customLbtn']}}"><slot name="customLbtn"></slot></block><block wx:else><view>{{title}}</view></block></view></view></view></view></block></view><view style="{{'box-sizing:border-box;'+(naviBarHeight)}}"></view></view>