From a65b0e83b177663f04e72b865402920c35bdc1bb Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 5 Dec 2025 19:19:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8A=E5=A4=A9=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/api/market/chat.js | 10 ++ http/php/chat.js | 7 +- pageChat/chat.vue | 113 ++++++++++++-------- pageChat/coupon-activity/detail.vue | 106 +++++++++++++------ pageChat/group-info/index.vue | 74 +++++++++++-- pageChat/index.vue | 131 ++++++++++++++--------- store/chat.js | 159 +++++++++++++++++++++++----- 7 files changed, 438 insertions(+), 162 deletions(-) diff --git a/http/api/market/chat.js b/http/api/market/chat.js index ab9f423..af92e73 100644 --- a/http/api/market/chat.js +++ b/http/api/market/chat.js @@ -43,3 +43,13 @@ export function chatCouponRecord(params) { params, }); } + +export function deleteRecord(params) { + return request({ + url: urlType + `/admin/coupon/deleteRecord?id=`+params.id, + method: "delete", + params, + }); +} + + diff --git a/http/php/chat.js b/http/php/chat.js index e9933a4..7e53678 100644 --- a/http/php/chat.js +++ b/http/php/chat.js @@ -84,4 +84,9 @@ export const messageSessionList = (data) => { export const groupDoNotDisturb = (data) => { return request(prveUrl + "group/do-not-disturb", "POST", data, true); -}; \ No newline at end of file +}; + +export const groupEditTitle = (data) => { + return request(prveUrl + "group/editTitle", "POST", data, true); +}; + diff --git a/pageChat/chat.vue b/pageChat/chat.vue index b7971f7..43de208 100644 --- a/pageChat/chat.vue +++ b/pageChat/chat.vue @@ -5,7 +5,7 @@ {{ groupInfo.name }} - ({{membersRes.user_list.length}}人) + ({{ membersRes.user_list.length }}人) @@ -36,7 +36,11 @@ >