12 lines
379 B
JSON
12 lines
379 B
JSON
{
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "我的订单",
|
|
"navigationBarTextStyle": "black",
|
|
"enablePullDownRefresh": true,
|
|
"usingComponents": {
|
|
"ep-navBar": "../../components/navigation-bar",
|
|
"i-card": "../../components/card/index",
|
|
"i-loadMore": "../../components/load-more/index",
|
|
"i-img": "../../components/img/index"
|
|
}
|
|
} |