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.
12 lines
499 B
12 lines
499 B
<!--pages/components/statusBar/statusBar.wxml-->
|
|
<view class="diynavbar-content">
|
|
<view class="diynavbar" style="height:{{statusBarHeight + navHeight}}px">
|
|
<view class="navBar-content" style="height:{{navHeight}}px;">
|
|
<view class="navBar-search-container">
|
|
<image src="/img/left.png" class="navBar-search-image" bind:tap="_backPage" wx:if="{{showBack}}" />
|
|
<text class="navBar-search-text">{{title}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|