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 @@