/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
wx.showNavigationBarLoading()
wx.hideNavigationBarLoading()
wx.stopPullDownRefresh()
},
wx.showNavigationBarLoading(Object object)
wx.hideNavigationBarLoading(Object object)
wx.stopPullDownRefresh(Object object)