index.json 395 B

1234567891011
  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-view": "../../../components/list-view/list-view",
  9. "tui-cell": "../../../components/list-cell/list-cell"
  10. }
  11. }