|
@@ -0,0 +1,15 @@
|
|
|
+<view class='nav-wrap' style='height: {{height*2 + 80}}rpx;'>
|
|
|
+ <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='_navbackMess' wx:if='{{!share}}' style="width:50px;padding:0 0 0 30rpx;">
|
|
|
+ <image src='/images/notice.png' style="width:44rpx;height:44rpx;margin-top:10rpx;"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class='nav-capsule' style='height: {{height*2 + 44}}px;' wx:if='{{navbarData.showBack}}'>
|
|
|
+ <view bindtap='_navback' wx:if='{{!share}}' style="width:50px;padding:0 0 0 30rpx;">
|
|
|
+ <van-icon name="arrow-left" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|