14 lines
847 B
Plaintext
14 lines
847 B
Plaintext
<view class='nav-wrap' style='height: {{height*2 + 10}}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;" class='back-pre' src="/static/images/yishi/tabbar_icon/back.png" mode="heightFix"></image>
|
|
</view>
|
|
<view class='navbar-v-line' wx:if='{{!share}}'></view>
|
|
<view bindtap='_backhome'>
|
|
<image style="display: flex;align-items: center;" class='back-home' src='/static/images/yaoshi/tabbar_icon/home.png' mode='heightFix'></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |