diff --git a/package1/order/orderDetail.vue b/package1/order/orderDetail.vue index a47f005..ef9051b 100644 --- a/package1/order/orderDetail.vue +++ b/package1/order/orderDetail.vue @@ -176,9 +176,9 @@ 退款/售后 - + - + 申请时间 @@ -503,40 +503,37 @@ - - - - - - + + + 选择退款原因 - - - 全额退款(商家原因) + + + 全额退款(商家原因) - - 全额退款(配送员原因) + + 全额退款(配送员原因) - - 全额退款(商家+配送员原因) + + 全额退款(商家+配送员原因) - - - - 确定要取消订单吗 - 取消订单需要商家同意 - - 商家还未出餐 - 本单商家备餐时长共计{{shopTime}} 配送员配送时长共计{{peisongTime}} + + + 确定要取消订单吗 + 取消订单需要商家同意 + + 商家还未出餐 + 本单商家备餐时长共计{{shopTime}} 配送员配送时长共计{{peisongTime}} + + + + 确认取消 - - - 确认取消 @@ -1492,4 +1489,19 @@ margin-right: 20rpx; } } + .car-close { + width: 60rpx; + height: 60rpx; + position: absolute; + top: -80rpx; + right: 20rpx; + } + + .car-title { + height: 96rpx; + line-height: 60rpx; + margin: 0 auto; + font-size: 28rpx; + font-weight: 700; + } \ No newline at end of file diff --git a/package1/order/orderEvaluate.vue b/package1/order/orderEvaluate.vue index a292b53..2e0fbd4 100644 --- a/package1/order/orderEvaluate.vue +++ b/package1/order/orderEvaluate.vue @@ -191,7 +191,7 @@ let that = this that.tui.request("/mall/order/detail/"+this.shopData.id, "GET", {}, false, true).then((res) => { if (res.code == 200) { - that.manId = res.result.deliveryInfo.id; + that.manId = res.result.deliveryInfo.workerId; } else { that.tui.toast(res.message) }