16 lines
427 B
JSON
16 lines
427 B
JSON
{
|
|
"usingComponents": {
|
|
"mode1": "./components/mode1/mode1",
|
|
"mode2": "./components/mode2/mode2"
|
|
},
|
|
|
|
"navigationBarTitleText": "提现中心",
|
|
"navigationBarBackgroundColor": "#1a0b2e",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#1a0b2e",
|
|
"enablePullDownRefresh": false,
|
|
"onReachBottomDistance": 50,
|
|
"navigationStyle": "default",
|
|
"disableScroll": false
|
|
}
|