1 |
- <view class="statusBar" style="{{'height:'+(meunButtonInfo?navheight+'px':customBar+'px')+';'}}"><block wx:if="{{meunButtonInfo}}"><view class="nav" style="{{'height:'+(navheight+'px')+';'}}"><block wx:if="{{item.btn}}"><view class="backBtnSty" style="{{'position:fixed;transform:translate(0,-50%);'+('width:'+('30px')+';')+('margin-top:'+(navTop+meunButtonInfo/2+'px')+';')}}"><uni-icons vue-id="55e7717e-1" type="back" data-event-opts="{{[['^click',[['backIndex']]]]}}" bind:click="__e" bind:__l="__l"></uni-icons></view></block><view class="navTit" style="{{'padding-top:'+(navTop+'px')+';'+('line-height:'+(meunButtonInfo+'px')+';')}}"><view class="postTit">{{item.title+''}}</view></view></view></block><block wx:else><view class="nav" style="{{'height:'+(customBar+'px')+';'}}"><block wx:if="{{item.btn}}"><view class="backBtnSty" style="{{'position:fixed;transform:translate(0,-50%);'+('width:'+('30px')+';')+('margin-top:'+(appAllHeight/2+'px')+';')}}"><uni-icons vue-id="55e7717e-2" type="back" data-event-opts="{{[['^click',[['backIndex']]]]}}" bind:click="__e" bind:__l="__l"></uni-icons></view></block><view class="navTit" style="{{'line-height:'+(customBar+'px')+';'}}"><view class="postTit">{{item.title+''}}</view></view></view></block></view>
|