2024-01-16 14:59:06 +08:00

10 lines
584 B
Plaintext

<view class='nav-wrap' style='height: {{height*2 + 20}}px;'>
<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 + 44}}px;' wx:if='{{navbarData.showCapsule}}'>
<view bindtap='_navback' wx:if='{{!share}}'>
<image style="display: flex;align-items: center;height:25px;" src="/static/images/yishi/tabbar_icon/back.png" mode="heightFix"></image>
</view>
</view>
</view>
</view>