原生小程序内的区域滚动

<scroll-view 
   class="main_con" 
   bindscrolltolower="getOrderList"   // 写请求事件
   scroll-y="true" 
> </scroll-view>

可以加上

scroll-with-animation = 'true' 平滑滚动
posted @ 2022-11-16 10:17  Panax  阅读(12)  评论(0编辑  收藏  举报