|
|
@ -1,7 +1,7 @@ |
|
|
|
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> |
|
|
|
<image class="header-bg" src="../../../../images/home/home-status.png" /> |
|
|
|
<view style="height: 80rpx;position: fixed;margin-top: 60rpx;width: 70rpx;z-index: 101;" bindtap="naviBack"> |
|
|
|
<image class="header-back" style="margin-top:{{statusHeight/2}}px" src="../../images/back.png"></image> |
|
|
|
<view style="height: 80rpx;position: fixed;margin-top: {{statusHeight}}px;width: 70rpx;z-index: 101;" bindtap="naviBack"> |
|
|
|
<image class="header-back" style="margin-top:{{navigationHeight/3}}px" src="../../images/back.png"></image> |
|
|
|
</view> |
|
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> |
|
|
|
{{page==='jksh'?'健康生活':'综合服务'}} |
|
|
|