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.
19 lines
983 B
19 lines
983 B
<view class='nav' style='height: {{status + navHeight}}px'>
|
|
<view class='status' style='height: {{status}}px;{{containerStyle}}'></view>
|
|
<view class='navbar' style='height:{{navHeight}}px;{{containerStyle}}'>
|
|
<view class='back-icon' bindtap='back'>
|
|
<!-- <image src="../../../../../images/arrow3-left.png" /> -->
|
|
<ss-icon name="back" color="{{color}}" size="15px" block="{{true}}" class="navbar-action_item" ></ss-icon>
|
|
</view>
|
|
<view class='home-icon' wx:if="{{homeIcon}}" bindtap='home'>
|
|
<image src='{{homeIcon}}'></image>
|
|
</view>
|
|
<view class='nav-icon' wx:if="{{titleImg}}">
|
|
<image src='{{titleImg}}' style='{{iconStyle}}'></image>
|
|
</view>
|
|
<view class='nav-title' wx:if="{{titleText && !titleImg}}">
|
|
<text style='{{textStyle}}'>{{titleText}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style='height: {{status + navHeight}}px'></view>
|