moneyManage.json 281 B

123456789
  1. {
  2. "navigationBarTitleText": "资金管理",
  3. "navigationBarBackgroundColor": "#FE8464",
  4. "usingComponents": {
  5. "i-load-more": "../../components/load-more/index",
  6. "i-empty": "../../components/empty/index",
  7. "i-fixed-bottom": "../../components/fixed-bottom/index"
  8. }
  9. }