bindscrolltoupper执行多次,不知道如何解决
发布于 6 年前 作者 jiejin 513 次浏览 来自 问答

 <scroll-view class=“hot-box” scroll-y=“true” upper-threshold=“0” 

                     bindscrolltoupper=“scrolltoupper”>

</swiper-item>

scrolltoupper: function (e){

console.log((new Date()).valueOf()+“执行”);

}

回到顶部