index.js 183 B

123456789101112131415161718
  1. // pages/department/account/index.js
  2. Page({
  3. data: {
  4. },
  5. onPullDownRefresh: function () {
  6. },
  7. onReachBottom: function () {
  8. },
  9. onShareAppMessage: function () {
  10. }
  11. })