- <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='home-icon' wx:if="{{homeIcon}}" bindtap='home'>
- <text class="projectname">{{projectName}}</text><van-icon name="arrow-down" color="#ffffff" class="iconright" />
- </view>
- <view class='nav-title'>
- <text style='{{textStyle}}'>{{titleText}}</text>
- </view>
- </view>
- </view>
|