1234567891011121314151617 |
- {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "component": true,
- "usingComponents": {
- "fa-navbar": "/components/fa-navbar/fa-navbar",
- "u-avatar": "/uview-ui/components/u-avatar/u-avatar",
- "u-tag": "/uview-ui/components/u-tag/u-tag",
- "u-button": "/uview-ui/components/u-button/u-button",
- "u-cell-group": "/uview-ui/components/u-cell-group/u-cell-group",
- "u-cell-item": "/uview-ui/components/u-cell-item/u-cell-item",
- "u-top-tips": "/uview-ui/components/u-top-tips/u-top-tips",
- "fa-tabbar": "/components/fa-tabbar/fa-tabbar"
- }
- }
|