|
{
|
|
"navigationBarTitleText": "我的订单",
|
|
"usingComponents": {
|
|
"van-tab": "../../../dist/tab/index",
|
|
"van-tabs": "../../../dist/tabs/index",
|
|
"van-field": "../../../dist/field/index",
|
|
"cOrderList": "../../mycomponent/orderList/orderList"
|
|
},
|
|
"enablePullDownRefresh": true
|
|
}
|