<template>
<view>
<list @scroll="scroll" :style="{height:(windowHeight-1)+'px'}">
<header style="position:sticky;top:0px;">
<!-- 这里是固定在头部的内容 -->
</header>
<cell>
<view style="height:10px;flex:1;background-color:#f7f7f7;"></view>
</cell>
<!-- 这里是滚动的内容 -->
</cell>
</list>
<view>
<!-- 这里是弹出层之类的,不占用高度 -->
</view>
</view>
</template>
绝大部分机型是没有问题的,但是在少数少数设备上反馈不能滚动
0 个回复