|
@@ -3,13 +3,13 @@
|
|
|
<view class="custom-head" style="{{headStyle}}">
|
|
|
<slot name="head"/>
|
|
|
<view wx:if="{{headBgImage}}" class="head-bg">
|
|
|
- <image src="{{headBgImage}}" mode=widthFix" bindload="loadImage"/>
|
|
|
+ <image class="head-bg-img" src="{{headBgImage}}" mode=widthFix" bindload="loadImage"/>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="custom-body" style="height: {{bodyHeight}}px;" >
|
|
|
<scroll-view style="height: {{bodyHeight}}px;" scroll-y bindscrolltolower="handleReachBottom">
|
|
|
<view wx:if="{{headBgImage}}" class="body-split-bg" style="height:{{bodyImageHeight}}px;">
|
|
|
- <image style="top:-{{navHeight}}px" src="{{headBgImage}}" mode="widthFix"/>
|
|
|
+ <image class="body-split-img" style="top:-{{navHeight}}px" src="{{headBgImage}}" mode="widthFix"/>
|
|
|
</view>
|
|
|
<view class="body-content" style="top:-{{bodyImageHeight}}px;">
|
|
|
<slot name="body" />
|