|
|
|
|
@ -3,6 +3,7 @@ |
|
|
|
|
<mp-icon bindtap="onBack" class="icon" type="field" icon="back" color="white" size="{{10}}"></mp-icon> |
|
|
|
|
<text class="navigation-title">{{title}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="nav-bar" style="top:0px;background-color: #fff;height:{{navBarHeight - menuHeight}}px;"></view> |
|
|
|
|
<view wx:if="{{onlyStations}}" class="nav-barindex" style="top:{{menuTop}}px;height:{{menuHeight}}px; min-height:{{menuHeight}}px;line-height:{{menuHeight}}px;"> |
|
|
|
|
<text class="navigation-title">{{title}}</text> |
|
|
|
|
</view> |
|
|
|
|
|