activity.json 251 B

12345678910
  1. {
  2. "navigationBarTitleText": "活动详情",
  3. "enablePullDownRefresh": true,
  4. "backgroundColor": "#ff457b",
  5. "backgroundTextStyle": "light",
  6. "onReachBottomDistance": 50,
  7. "usingComponents": {
  8. "cm-drag": "/components/cm-custom/cm-drag"
  9. }
  10. }