摘要: <swiper bindanimationfinish="Functionr" > 1 function:function(e){ 2 this.setData({ 3 swiperCurrent: e.detail.current 4 }) 5 } 将 bindChange 更换为 bindani 阅读全文
posted @ 2020-04-21 14:20 letleon 阅读(733) 评论(0) 推荐(0) 编辑
摘要: <scroll-view bindscrolltolower="YourFunction" lower-threshold="50"></scroll-view> 1 YoourFunction(){ 2 console.log("触底了"); 3 wx.showToast({ 4 title: ' 阅读全文
posted @ 2020-04-21 14:11 letleon 阅读(3455) 评论(0) 推荐(0) 编辑