小程序 上啦下拉刷新window配置

"enablePullDownRefresh": "true"
 
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {

},

/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
console.log(1)
},
posted @ 2017-11-06 10:01  ThisCall  阅读(549)  评论(0编辑  收藏  举报