created() {constdemo =uni.getMenuButtonBoundingClientRect()this.demo.top =demo.topthis.demo.height =demo.height }, onReachBottom(e) {this.page++; //滚动条触到底部时page+1if(this.tabIndex==0){varstatus ='';this.getOrderListMore(status);//加载的数据}elseif(this.tabIndex==1){varstatus ...
uni-app中使用scroll-view滚到底部时多次触发scrolltolower 2019-12-08 20:39 −一、前言、scroll-view基本属性: 前言: 前段时间使用scroll-view可滚动视图区域容器来做多个不同内容的展示(在我这个页面中同时使用了三个scroll-view做数据展示),因为这几个展示的内容的数据都比较的多,因此为了页面的数据加载顺畅...