index.wxml 372 B

123456
  1. <view style="height: {{ navHeight }}px;" class="nav-bar">
  2. <view style="height: {{ menuBtnHeight }}px; bottom: {{ navTop }}px;" class="nav-title {{ fixed ? 'nav-black' : '' }}">
  3. <van-icon wx:if="{{ is_back }}" custom-style="position: absolute; bottom: {{ navTop }}px; left: 10px" name="arrow-left" size="24" bindtap="navBack" />
  4. {{ name }}
  5. </view>
  6. </view>