onLoad和onShow再次调用问题?
页面初始化的时候调用onLoad()之后会调用onShow(),但是在下面方法中调用 this.onLoad()后不会继续调用this.onShow(),怎么解决呢?
在scroll-view中设置 bindscrolltoupper=“pullDownRefresh” bindscrolltolower=“pullUpLoad” ,
pullDownRefresh: function(e) {
this.onLoad()
},
pullUpLoad: function(e) {
this.onShow()
}