|
@@ -1,7 +1,7 @@
|
|
|
-<view class="top" style='height: {{statusBarHeight*2 + 25}}px;line-height:{{statusBarHeight*2 + 35}}px'>
|
|
|
- <view class="left" style='height: {{statusBarHeight*2 + 25}}px;padding: {{statusBarHeight + 12}}px 0;'>
|
|
|
+<view class="top" style='height: {{client.statusBarHeight + client.getMenu.height + (client.getMenu.top - client.statusBarHeight)*2}}px;'>
|
|
|
+ <view class="left" style='margin: {{client.getMenu.top}}px 0 0 0;'>
|
|
|
<cover-image src='/image/back.png' mode='aspectFill' class="back" bindtap='_navback' wx:if="{{frameStyle.leftArrow}}"></cover-image>
|
|
|
</view>
|
|
|
- <view class="cen" style='height: {{statusBarHeight*2 + 25}}px;'>{{frameStyle.name}}</view>
|
|
|
- <view class="right" style='height: {{statusBarHeight*2 + 25}}px;' style="display: none">右侧</view>
|
|
|
+ <view class="cen" style='margin: {{client.getMenu.top}}px 0 0 0;'>{{frameStyle.name}}</view>
|
|
|
+ <view class="right" style="display: none">右侧</view>
|
|
|
</view>
|