index.json 305 B

12345678910
  1. {
  2. "navigationBarTitleText": "我的",
  3. "navigationBarBackgroundColor": "#38C148",
  4. "navigationBarTextStyle": "white",
  5. "navigationStyle": "custom",
  6. "usingComponents": {
  7. "u-icon": "/uview-ui/components/u-icon/u-icon",
  8. "withdrawal-progress": "/pages/mine/components/withdrawal-progress"
  9. }
  10. }