diff --git a/pages.json b/pages.json
index 49e0b64..dcb0ee9 100644
--- a/pages.json
+++ b/pages.json
@@ -340,13 +340,7 @@
]
}, {
"root": "pagesC",
- "pages": [{
- "path": "ServiceAppointment/ServiceAppointment",
- "style": {
- "navigationBarTitleText": "服务预约",
- "enablePullDownRefresh": false
- }
- },
+ "pages": [
{
"path": "appointmenttime/appointmenttime",
"style": {
@@ -375,7 +369,6 @@
"enablePullDownRefresh": false
}
},
-
{
"path": "ServiceAppointment/ServiceAppointment",
"style": {
@@ -384,15 +377,6 @@
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
- },
- {
- "path": "ServiceAppointment/ServiceAppointment",
- "style": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTitleText": "商品订单",
- "onReachBottomDistance": 40, //距离底部多远时触发 单位为px
- "enablePullDownRefresh": true //设置参数为true
- }
}
]
}],
diff --git a/pagesC/ServiceAppointmenttime/ServiceAppointmenttime.vue b/pagesC/ServiceAppointmenttime/ServiceAppointmenttime.vue
deleted file mode 100644
index 4a40187..0000000
--- a/pagesC/ServiceAppointmenttime/ServiceAppointmenttime.vue
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
- 预约时间
-
-
-
-
-
-
- 提交
-
-
-
-
-
-
-
-
-
\ No newline at end of file