diff --git a/common/config.js b/common/config.js
index cea6495..925d7b8 100644
--- a/common/config.js
+++ b/common/config.js
@@ -3,8 +3,8 @@ const mode = process.env.NODE_ENV;
let ROOTPATH = ''; //域名
switch (mode) {
case 'development':
- //ROOTPATH = "http://sstt.ali251.langye.net"
- ROOTPATH = "https://sstt.115.langye.net"
+ ROOTPATH = "http://sstt.ali251.langye.net"
+ //ROOTPATH = "https://sstt.115.langye.net"
break;
case 'production':
ROOTPATH = "https://sstt.115.langye.net"
diff --git a/components/doingOrder/doingOrder.vue b/components/doingOrder/doingOrder.vue
new file mode 100644
index 0000000..1a2c6df
--- /dev/null
+++ b/components/doingOrder/doingOrder.vue
@@ -0,0 +1,322 @@
+
+
+
+
+
+
+
+
+ {{item.start_time}}
+
+
+
+ 护理中
+ 待护理
+ 已护理
+
+
+
+
+
+
+
+
+
+
+ {{item.customer.name}}
+
+
+
+
+ {{item.customer.phone || '无'}}
+
+
+
+
+
+ {{item.customer_address.address || '无'}}
+
+
+
+
+ {{item.customer.sex || '无'}}
+
+
+
+
+
+
+ 去那里
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 634a165..bb7851d 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -156,74 +156,17 @@
{{detailNotice.content}}
-
-
-
-
-
- {{item.start_time}}
-
-
-
- 护理中
- 待护理
- 已护理
-
-
-
-
-
-
-
-
-
-
- {{item.customer.name}}
-
-
-
-
- {{item.customer.phone || '无'}}
-
-
-
-
-
- {{item.customer_address.address || '无'}}
-
-
-
-
- {{item.customer.sex || '无'}}
-
-
-
-
-
-
- 去那里
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
diff --git a/pages/todayNursing/todayNursing.vue b/pages/todayNursing/todayNursing.vue
index 0a6124c..65e9da2 100644
--- a/pages/todayNursing/todayNursing.vue
+++ b/pages/todayNursing/todayNursing.vue
@@ -1,397 +1,403 @@
-
-
-
-
-
-
- 护理地图
-
-
-
-
-
-
-
-
-
-
-
- {{timeFormat(item.start_time)}}~{{timeFormat(item.end_time,"HH:mm")}}
-
-
-
-
- 护理中
- 待护理
- 已护理
-
-
-
-
-
-
-
-
-
-
- {{item.customer.name}}
-
-
-
-
- {{item.customer.phone|| '无'}}
-
-
-
-
-
- {{item.customer_address.address || '无'}}
-
-
-
-
- {{ item.customer.sex || '无' }}
-
-
-
-
-
-
-
-
-
-
- {{item.distance}}公里
-
-
- 去那里
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-