|
@@ -2457,6 +2457,42 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "resourceReservation_manage/edit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "编辑预约",
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "onReachBottomDistance": 100,
|
|
|
+ "app-plus": {
|
|
|
+ "bounce": "vertical",
|
|
|
+ "titleNView": {
|
|
|
+ "buttons": [
|
|
|
+ {
|
|
|
+ "text": "\ue534",
|
|
|
+ "fontSrc": "/static/uni.ttf",
|
|
|
+ "fontSize": "22px",
|
|
|
+ "color": "#FFFFFF"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "component": true,
|
|
|
+ "usingComponents": {
|
|
|
+ "van-button": "/wxcomponents/weapp/dist/button/index",
|
|
|
+ "van-toast": "/wxcomponents/weapp/dist/toast/index",
|
|
|
+ "van-field": "/wxcomponents/weapp/dist/field/index",
|
|
|
+ "van-picker": "/wxcomponents/weapp/dist/picker/index",
|
|
|
+ "van-dialog": "/wxcomponents/weapp/dist/dialog/index",
|
|
|
+ "van-icon": "/wxcomponents/weapp/dist/icon/index",
|
|
|
+ "van-tab": "/wxcomponents/weapp/dist/tab/index",
|
|
|
+ "van-tabs": "/wxcomponents/weapp/dist/tabs/index",
|
|
|
+ "van-datetime-picker": "/wxcomponents/weapp/dist/datetime-picker/index",
|
|
|
+ "van-uploader": "/wxcomponents/weapp/dist/uploader/index",
|
|
|
+ "van-checkbox": "/wxcomponents/weapp/dist/checkbox/index",
|
|
|
+ "van-checkbox-group": "/wxcomponents/weapp/dist/checkbox-group/index"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "propertyManagement/maintenance",
|
|
|
"style": {
|