index.json 336 B

12345678910
  1. {
  2. "navigationBarTitleText": "账户记录",
  3. "navigationBarBackgroundColor": "#5677fc",
  4. "navigationBarTextStyle": "white",
  5. "usingComponents": {
  6. "tui-list-cell":"../../components/list-cell/list-cell",
  7. "time-picker": "../../components/timePicker/timePicker",
  8. "tui-cell": "../../../components/list-cell/list-cell"
  9. }
  10. }