刘翔宇-旅管家 3 years ago
commit 10e2389c67

@ -104,24 +104,17 @@
"path": "rainmaintainlist/rainmaintainList", "path": "rainmaintainlist/rainmaintainList",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": true, "enablePullDownRefresh": true
"disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "rainmaintaininfo/rainmaintainInfo", "path": "rainmaintaininfo/rainmaintainInfo",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false,
"disableScroll": true
}
}, {
"path": "plan/plan",
"style": {
"navigationBarTitleText": "养护计划",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} // "disableScroll": true
}
}] }]
}, { }, {
"root": "raininspection", "root": "raininspection",
@ -135,24 +128,17 @@
"path": "raininspectionlist/raininspectionList", "path": "raininspectionlist/raininspectionList",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": true, "enablePullDownRefresh": true
"disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "raininspectioninfo/raininspectionInfo", "path": "raininspectioninfo/raininspectionInfo",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false,
"disableScroll": true
}
}, {
"path": "plan/plan",
"style": {
"navigationBarTitleText": "巡查计划",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} // "disableScroll": true
}
}] }]
}, { }, {
"root": "order/order", "root": "order/order",
@ -167,15 +153,15 @@
"path": "orderList/orderList", "path": "orderList/orderList",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": true, "enablePullDownRefresh": true
"disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "orderInfo/orderInfo", "path": "orderInfo/orderInfo",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"disableScroll": true // "disableScroll": true
} }
}] }]

Loading…
Cancel
Save