From 8b11bbebfca11e68cf6c525d2a1c69d899c0290b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?= <1986070059@qq.com> Date: Tue, 27 Jan 2026 18:27:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=9C=AA=E6=98=BE=E7=A4=BA=E7=BA=A2=E5=8C=85=E6=8A=BD=E5=A5=96?= =?UTF-8?q?=EF=BC=8C=E5=AE=A1=E6=A0=B8=E6=96=87=E6=A1=88=EF=BC=8C=E9=82=80?= =?UTF-8?q?=E8=AF=B7=E5=A5=BD=E5=8F=8B=E5=88=86=E4=BA=AB=EF=BC=8C=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mine_order/after-sales/refund-popu.vue | 14 +- .../invite_friends/invite_friends.vue | 265 ++++++++++-------- 2 files changed, 155 insertions(+), 124 deletions(-) diff --git a/pages/mine_package/mine_order/after-sales/refund-popu.vue b/pages/mine_package/mine_order/after-sales/refund-popu.vue index 789580f..e7c27ac 100644 --- a/pages/mine_package/mine_order/after-sales/refund-popu.vue +++ b/pages/mine_package/mine_order/after-sales/refund-popu.vue @@ -42,12 +42,13 @@ - 邮寄地址 + 邮寄地址 {{ product.address || "--" }} 卖家信息 - {{ `${product.name} ${product.phone}` }} + {{ (product.name || product.phone) ? `${product.name || ''} ${product.phone || ''}`.trim() : "--" }} + 请选择快递名称 @@ -250,7 +251,7 @@ export default { // 售后中--卖家已收货,退款成功 if (this.product.status == 7) { return 5; - } + } // 退款 if (this.product.status == 8) { return 6; @@ -277,7 +278,7 @@ export default { /* 根据订单状态显示不label */ topLabel() { if (this.status == 1) { - return "您已成功发起退货/退款申请,请耐心等待审"; + return "您已成功发起退货/退款申请,请耐心等待审核"; } else if (this.status == 2) { return "请按照以下地址寄回商品"; } else if (this.status == 3) { @@ -297,7 +298,7 @@ export default { } else if (this.status == 2) { return "退款申请通过"; } else if (this.status == 3) { - return "您已成功发起退货/退款申请,请耐心等待处"; + return "您已成功发起退货/退款申请,请耐心等待处理"; } else if (this.status == 4) { return "退款申请失败"; } else if (this.status == 5) { @@ -391,7 +392,8 @@ export default { display: flex; justify-content: space-between; height: 96rpx; - line-height: 96rpx; + align-items: center; + // line-height: 96rpx; font-size: 28rpx; border-bottom: 1px solid #eaeaea; diff --git a/pages/other_package/invite_friends/invite_friends.vue b/pages/other_package/invite_friends/invite_friends.vue index ed4d7e1..e66aa10 100644 --- a/pages/other_package/invite_friends/invite_friends.vue +++ b/pages/other_package/invite_friends/invite_friends.vue @@ -1,136 +1,165 @@ - - + }, - + } + \ No newline at end of file