From ba6095d98761587d853f967ace9efd2d4d036e99 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 23 Sep 2023 15:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8A=95=E8=AF=89=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/complaint.js | 7 +++++++ subpkg/complaint/complaint.vue | 24 +++++++++++++++++++++--- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 api/complaint.js diff --git a/api/complaint.js b/api/complaint.js new file mode 100644 index 0000000..a678f0e --- /dev/null +++ b/api/complaint.js @@ -0,0 +1,7 @@ +import oahttp from "@/utils/oahttp.js"; + +/** + * 发起投诉 + */ +export const complaintFeedback = (data) => oahttp.post('/company/complaint_feedback', data) + diff --git a/subpkg/complaint/complaint.vue b/subpkg/complaint/complaint.vue index 608f02d..c262c7c 100644 --- a/subpkg/complaint/complaint.vue +++ b/subpkg/complaint/complaint.vue @@ -6,20 +6,38 @@ placeholderStyle="font-size: 22rpx;" style="font-size: 28rpx;background-color: #eee;min-height: 100px;" autoHeight maxlength="-1"> - + +