- <view class="body">
- <view class="head" wx:if="{{frameStyle.useTop}}" style="background:{{frameStyle.topBg||'#F5F5F9'}};">
- <top frameStyle="{{frameStyle}}" bind:back="back"></top>
- </view>
- <view class="info">
- <scroll-view scroll-y="true" class="scroll-view">
- <view class="list-scroll-view">
- <slot name="info"></slot>
- </view>
- </scroll-view>
- </view>
- <view class="foot" wx:if="{{frameStyle.useBar}}" style="background:{{frameStyle.barBg||'#ffffff'}};">
- <foot bind:tabPath="tabPath" frameStyle="{{frameStyle}}"></foot>
- </view>
- </view>
|