riku
2024-08-14 f2a0ea849099f49a3d2a9c7e5c44d033df22468f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "navigationBarTitleText": "企业详情",
  "onReachBottomDistance": 10,
  "backgroundTextStyle": "light",
  "enablePullDownRefresh": false,
  "navigationBarTextStyle": "white",
  "navigationBarBackgroundColor": "#389AFF",
  "usingComponents": {
    "t-enterprise-info": "./components/enterprise-info/index",
    "t-risk-stat": "./components/risk-stat/index",
    "t-ledger-stat": "./components/ledger-stat/index",
    "t-assessment-stat": "./components/assessment-stat/index",
    "t-promise-stat": "./components/promise-stat/index",
    "t-time-picker": "/components/time-picker/index"
  }
}