works.json 303 B

123456789101112
  1. {
  2. "component": true,
  3. "enablePullDownRefresh": false,
  4. "usingComponents": {
  5. "shareDialog": "/component/share/share",
  6. "popup": "/component/popup/popup",
  7. "goBackHome": "/component/goBackHome/goBackHome"
  8. },
  9. "window": {
  10. "onReachBottomDistance": 50
  11. }
  12. }