cancelAppointment.json 348 B

12345678910111213
  1. {
  2. "renderer": "skyline",
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#0f2226",
  5. "backgroundColor": "#0f2226",
  6. "backgroundColorContent": "#ffffff",
  7. "backgroundColorTop": "#0f2226",
  8. "backgroundColorBottom": "#0f2226",
  9. "component": true,
  10. "usingComponents": {
  11. "t-icon": "tdesign-miniprogram/icon/icon"
  12. }
  13. }