index.wxml 566 B

123456789101112131415
  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 wx:if="{{isLogin}}" class="header_user_choice" bindtap="changeUser">
  5. <view class="u-line-1">{{userName}}</view>
  6. <van-icon name="arrow-down" />
  7. </view>
  8. <view wx:else class="header_user_choice" bindtap="toLogin">
  9. 游客-请登录
  10. </view>
  11. </view>
  12. </view>
  13. <!-- 占位 -->
  14. <view style="height:{{NavHeight}}rpx;">
  15. </view>