From abbadfbab173a39a9b612a1781e8541962e95367 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Tue, 19 Sep 2023 14:26:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=8A=95=E8=AF=89=E5=AF=B9=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/after-sale.js | 10 ++++ pages/order/complain/complainInfo.vue | 74 ++++++++++++++++++++++++++- 2 files changed, 82 insertions(+), 2 deletions(-) diff --git a/api/after-sale.js b/api/after-sale.js index eb61cbd..bf49b2b 100644 --- a/api/after-sale.js +++ b/api/after-sale.js @@ -218,3 +218,13 @@ export function fillShipInfo(afterSaleSn, params) { data: params, }); } + +// 添加交易投诉对话 +export function communication(params) { + return http.request({ + url: `/order/complain/communication`, + method: Method.POST, + needToken: true, + params + }); +} \ No newline at end of file diff --git a/pages/order/complain/complainInfo.vue b/pages/order/complain/complainInfo.vue index 6eb2e66..97e1625 100644 --- a/pages/order/complain/complainInfo.vue +++ b/pages/order/complain/complainInfo.vue @@ -35,6 +35,13 @@ 暂无对话 + 回复对话 + + + + + + 回复 平台仲裁 @@ -43,13 +50,15 @@