user-edit.json 368 B

1234567891011
  1. {
  2. "renderer": "skyline",
  3. "component": true,
  4. "usingComponents": {
  5. "t-cell": "tdesign-miniprogram/cell/cell",
  6. "form-fix": "../../../../components/form/form",
  7. "form-button": "../../../../components/button/button",
  8. "user-data-edit": "../../components/user-data-edit/user-data-edit",
  9. "field-radio": "../../components/field-radio/field-radio"
  10. }
  11. }