From 460a9b50912920b5894c6f6af17082a756b3d125 Mon Sep 17 00:00:00 2001 From: donqi Date: Thu, 6 Oct 2022 23:42:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=8F=91=E8=B5=B7=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20=E5=94=AE=E5=90=8E=E5=8F=91?= =?UTF-8?q?=E8=B5=B7=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/serv-detail.vue | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/pages/my/serv-detail.vue b/pages/my/serv-detail.vue index 504dc33..ed70457 100644 --- a/pages/my/serv-detail.vue +++ b/pages/my/serv-detail.vue @@ -149,7 +149,7 @@ - 客户发起 + 售后发起中 退单退款已提交至商家,其最大时限24小时内需完成操作! @@ -217,7 +217,7 @@ 同意退款金额: - {{afterServiceRecord.agreedRefund}} + {{afterServiceRecord.agreedRefund ? afterServiceRecord.agreedRefund : afterServiceRecord.refund}} 师傅反馈: @@ -259,17 +259,16 @@ - - + 客户最终确认 {{afterServiceRecord.customerFinalCheck === 1 ? '同意' : '不同意'}} - 订单交由平台协商处理 + 订单已申请平台介入 @@ -423,10 +422,18 @@ }); if (res && res.code === 0) { this.loadData(this.servDetail.orderMasterId); - uni.showToast({ - icon: 'success', - duration: 1000 - }) + if (agreeStatus == 1) { + uni.showToast({ + icon: 'none', + duration: 2500, + title: '涉及退款部分将按付款原路退回,请留意' + }) + } else { + uni.showToast({ + icon: 'success', + duration: 1000 + }) + } return; } uni.showToast({