index.wxml 428 B

123456789101112
  1. <view class="header_nav" style="height:{{NavHeight}}rpx;">
  2. <view class="header_nav_title" style="height: {{capsule.height}}px;top:{{capsule.top}}px">
  3. 布万家
  4. <view class="header_user_choice" bindtap="a1212">
  5. <view class=" u-line-1">{{userName}}</view>
  6. <van-icon name="arrow-down" />
  7. </view>
  8. </view>
  9. </view>
  10. <!-- 占位 -->
  11. <view style="height:{{NavHeight}}rpx;">
  12. </view>