微信小程序学习之页面滚动scroll-view记录
微信小程序页面滚动scroll-view记录
微信小程序学习记录
实现功能:
使用scroll-view实现滚动部分内容在页面指定范围上下滚动。
实现结果:
目前暂无问题。
页面布局
clientBottom是计算出来的底部位置
<scroll-view scroll-y="true" style="bottom:{{ clientBottom }}px">
<!-- 滚动页面内容 -->
</scroll-view>
<view class="example"&
原创
2021-03-21 10:46:35 ·
277 阅读 ·
0 评论