diff --git a/src/bundle/order/after-sales/after-sales.vue b/src/bundle/order/after-sales/after-sales.vue index 47b0084..fb23e41 100644 --- a/src/bundle/order/after-sales/after-sales.vue +++ b/src/bundle/order/after-sales/after-sales.vue @@ -15,13 +15,13 @@ - 请耐心等待,我们会尽快处理您的请求 - + 请耐心等待,我们会尽快处理您的请求 + - 退款成功¥128.00 + 退款成功¥128.00 - + 退款成功¥128.00 @@ -40,12 +40,12 @@ - + 这是团购套餐的可以点击进 - + 这是茶艺师名称 ¥324.22 @@ -54,7 +54,7 @@ x1 - + 车马费(¥3.00元/公里) ¥30.90 @@ -69,7 +69,7 @@ - + 售后原因 @@ -80,7 +80,7 @@ - + 订单信息 (选填) @@ -91,13 +91,13 @@ - + 售后订单 - + 售后原因 买多了/买错了 - + 退款金额 ¥159.22 @@ -117,19 +117,19 @@ + :class="orderStatus === OrderSourceOrderStatus.AfterSaleApply ? '' : 'bg-white'" + v-if="orderType !== OrderSource.TeaSpecialist"> + v-if="orderStatus !== OrderSourceOrderStatus.AfterSaleApply"> 联系商家 联系平台 + v-if="orderStatus === OrderSourceOrderStatus.AfterSaleApply" @click="afterSales.handleSubmitRefund"> 提交 @@ -173,7 +173,7 @@ 费用明细 - + @@ -286,4 +442,18 @@ background-repeat: no-repeat; background-size: 100% 100%; } + + .collapse { + :deep() { + .wd-collapse-item::after, + .wd-collapse-item__header.is-expanded::after { + background: none !important; + } + + .wd-collapse-item__body { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + } + } diff --git a/src/bundle/order/tea-room/order-list.vue b/src/bundle/order/tea-room/order-list.vue index c3371d5..c2e1e41 100644 --- a/src/bundle/order/tea-room/order-list.vue +++ b/src/bundle/order/tea-room/order-list.vue @@ -7,70 +7,71 @@ @@ -140,6 +149,10 @@ background-color: $cz-page-background; } + .container{ + height: 150px;width: 100vw; +} + .tabs { :deep() { .wd-tabs, diff --git a/src/bundle/order/tea-specialist/order-detail.vue b/src/bundle/order/tea-specialist/order-detail.vue index a5e14b1..dd1027b 100644 --- a/src/bundle/order/tea-specialist/order-detail.vue +++ b/src/bundle/order/tea-specialist/order-detail.vue @@ -15,8 +15,8 @@ - 服务过程中有任何问题,请联系客服 - 使用过程中有任何问题,请联系客服 + 服务过程中有任何问题,请联系客服 + 使用过程中有任何问题,请联系客服 @@ -87,12 +87,12 @@ 服务方式 到店服务 - + 服务门店 茶馆名称茶馆名称茶馆名称茶馆名称茶馆名称茶馆名称茶馆名称 - {{ orderStatus === ReserveCategoryOrderStatus.Serving ? '门店地址' : '服务地址' }} + {{ orderStatus === OrderStatus.Serving ? '门店地址' : '服务地址' }} 青浦区仓桥路478号 @@ -100,7 +100,7 @@ - + @@ -135,12 +135,12 @@ - + 确认订单 再次预定 - + 申请退款 联系客服 @@ -261,7 +261,7 @@