From 548335b658c6cbcb45593a966e1b9e920def0197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E9=A6=99=E7=90=AA?= <624506849@qq.com> Date: Tue, 7 Jul 2026 10:38:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=94=AE=E5=90=8E?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=A1=B5=E9=9D=A2=E4=B8=8E=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=20-=20=E5=9C=A8=20AfterSaleDetail.vue=20?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=A0=B7=E5=BC=8F=E4=BB=A5=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=E5=95=86=E5=93=81=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82=20-=20=E5=9C=A8?= =?UTF-8?q?=20ApplyAfterSale.vue=20=E4=B8=AD=E6=9B=B4=E6=96=B0=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=8E=9F=E5=9B=A0=E7=9A=84=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=EF=BC=8C=E7=A1=AE=E4=BF=9D=E4=B8=8E=E6=9C=8D=E5=8A=A1=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=85=B3=E8=81=94=E3=80=82=20-=20=E5=9C=A8=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E7=89=87=E9=80=89=E6=8B=A9=E4=B8=8E=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C=E3=80=82=20-=20=E5=9C=A8=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=8A=95=E8=AF=89=E4=B8=8E=E9=80=80=E6=AC=BE=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=AD=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC=E5=88=97?= =?UTF-8?q?=E5=AE=BD=EF=BC=8C=E7=A1=AE=E4=BF=9D=E4=BF=A1=E6=81=AF=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E6=B8=85=E6=99=B0=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/orderCenter/AfterSaleDetail.vue | 17 +- .../pages/home/orderCenter/ApplyAfterSale.vue | 11 +- .../src/views/goods/goods-manage/category.vue | 291 +++--------------- .../my-components/lili/upload-pic-input.vue | 22 +- .../my-components/lili/upload-pic-thumb.vue | 30 +- .../order/after-order/orderComplaint.vue | 4 +- .../after-order/orderComplaintDetail.vue | 18 +- .../order/after-order/returnMoneyOrder.vue | 16 +- .../after-order/reurnGoodsOrderDetail.vue | 4 +- .../views/order/order/virtualOrderList.vue | 2 +- 10 files changed, 145 insertions(+), 270 deletions(-) diff --git a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue index 21987647..22a75af3 100644 --- a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue +++ b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue @@ -23,7 +23,7 @@
本次售后服务由{{afterSale.storeName}}为您提供
-
+
{{afterSale.goodsName}}
@@ -285,8 +285,19 @@ export default { } >div:nth-child(2){ padding-left: 15px; - img{vertical-align: top;} - span{color: #999;} + } + .service-after-goods { + display: flex; + align-items: center; + gap: 10px; + + img { + flex-shrink: 0; + } + + span { + color: #999; + } } } /** 售后进度条 */ diff --git a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue index 964fda8d..eb33ce90 100644 --- a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue +++ b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue @@ -29,7 +29,12 @@ - + { + this.$refs.form?.clearValidate('reason') + }) }, apply () { // 售后申请提交 this.$refs.form.validate(valid => { diff --git a/seller/src/views/goods/goods-manage/category.vue b/seller/src/views/goods/goods-manage/category.vue index c0ee1ba5..2ee75cf8 100644 --- a/seller/src/views/goods/goods-manage/category.vue +++ b/seller/src/views/goods/goods-manage/category.vue @@ -15,38 +15,13 @@ style="width: 100%" > - - - - - -