start-preview.json 341 B

1234567891011
  1. {
  2. "navigationBarTitleText": "开始预约",
  3. "navigationBarBackgroundColor": "#E0D2B4",
  4. "navigationBarTextStyle": "black",
  5. "backgroundColor": "#E0D2B4",
  6. "enablePullDownRefresh": false,
  7. "usingComponents": {
  8. "time-select": "/components/time-select/time-select",
  9. "visit-people": "/pages/index/visit-people/visit-people"
  10. }
  11. }