You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
728 B
14 lines
728 B
2 years ago
|
<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 src='/imgs/back-pre.png' mode='aspectFill' class='back-pre'></image>
|
||
|
</view>
|
||
|
<view class='navbar-v-line' wx:if='{{!share}}'></view> -->
|
||
|
<view bindtap='_backhome'>
|
||
|
<image src='/images/back-home.png' mode='aspectFill' class='back-home'></image>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|