bind.json 458 B

12345678910111213
  1. {
  2. "navigationBarTitleText": "绑定账号",
  3. "navigationStyle": "custom",
  4. "navigationBarTextStyle": "white",
  5. "component": true,
  6. "usingComponents": {
  7. "fa-navbar": "/components/fa-navbar/fa-navbar",
  8. "u-cell-group": "/uview-ui/components/u-cell-group/u-cell-group",
  9. "u-cell-item": "/uview-ui/components/u-cell-item/u-cell-item",
  10. "u-modal": "/uview-ui/components/u-modal/u-modal",
  11. "fa-tabbar": "/components/fa-tabbar/fa-tabbar"
  12. }
  13. }