You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
728 B

1 year ago
  1. Page({
  2. data:{
  3. },
  4. onLoad:function(options){
  5. },
  6. /**
  7. * 生命周期函数--监听页面初次渲染完成
  8. */
  9. onReady: function () {
  10. },
  11. /**
  12. * 生命周期函数--监听页面显示
  13. */
  14. onShow: function () {
  15. },
  16. /**
  17. * 生命周期函数--监听页面隐藏
  18. */
  19. onHide: function () {
  20. },
  21. onUnload: function () {
  22. },
  23. /**
  24. * 页面相关事件处理函数--监听用户下拉动作
  25. */
  26. onPullDownRefresh: function () {
  27. },
  28. /**
  29. * 页面上拉触底事件的处理函数
  30. */
  31. onReachBottom: function () {
  32. },
  33. /**
  34. * 用户点击右上角分享
  35. */
  36. onShareAppMessage: function () {
  37. }
  38. })