diff --git a/src/components/order/item.vue b/src/components/order/item.vue index 1130491..0bfd7e2 100644 --- a/src/components/order/item.vue +++ b/src/components/order/item.vue @@ -32,7 +32,7 @@ 服务时间: {{ order.serviceTime }} - + 修改时间 diff --git a/src/core/apis.js b/src/core/apis.js index 54a85a0..ff25b4f 100644 --- a/src/core/apis.js +++ b/src/core/apis.js @@ -287,7 +287,9 @@ export default { }, changeServiceTime: { t1: { - url: "", + url: "/a", + showLoading: true, + auth: true, }, t2: { url: "/wxapp/orderb/saveordrbyid", @@ -295,7 +297,9 @@ export default { auth: true, }, t3: { - url: "" + url: "/b", + showLoading: true, + auth: true, } }, chooseWorker: { diff --git a/src/pages/order/detail.vue b/src/pages/order/detail.vue index 346bf5d..c879409 100644 --- a/src/pages/order/detail.vue +++ b/src/pages/order/detail.vue @@ -79,7 +79,7 @@ 服务时间: {{ order.serviceTime }} - + 修改时间 @@ -137,6 +137,14 @@ + + + {{ order.pickupAddress.name }}({{ + order.pickupAddress.gender == 1 ? "先生" : "女士" + }}) + + {{ order.pickupAddress.mobile }} + {{ order.pickupAddress.address }}{{ order.pickupAddress.detail }} @@ -148,6 +156,14 @@ + + + {{ order.unloadAddress.name }}({{ + order.unloadAddress.gender == 1 ? "先生" : "女士" + }}) + + {{ order.unloadAddress.mobile }} + {{ order.unloadAddress.address }}{{ order.unloadAddress.detail }}