bindscrolltoupper执行多次,不知道如何解决
<scroll-view class=“hot-box” scroll-y=“true” upper-threshold=“0”
bindscrolltoupper=“scrolltoupper”>
</swiper-item>
scrolltoupper: function (e){
console.log((new Date()).valueOf()+“执行”);
}