- <!--compone/navbar/navbar.wxml-->
- <view class='nav-wrap' style='height: {{height*2 + 20}}px;background-color: {{backgroundColor}};color: {{fontColor}};'>
- <view class='nav-title' style='line-height: {{height*2 + 44}}px;'>{{navbarData.title}}</view>
- <view style='display: flex; justify-content: space-around;flex-direction: column'>
- <view class='nav-capsule' style='height: {{height*2 + 22}}px;' wx:if='{{navbarData.showCapsule}}'>
- <view bindtap='_navback' style="margin-top: 30rpx;" wx:if='{{!share}}'>
- <image src='/images/fanhui.png' mode='aspectFill' class='back-pre'></image>
- </view>
- </view>
- </view>
- </view>
- <view style="height: {{height*2 + 21}}px;width: 100%;"></view>
|