From 656fe2e4db44d0145b49af374860580f47f51cc9 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Thu, 16 Jan 2025 18:25:21 +0800 Subject: [PATCH] =?UTF-8?q?OA=E4=BD=93=E5=88=B6=E5=86=85=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=B9=B6=E6=8E=A5=E5=85=A5=E7=9C=9F=E5=AE=9E?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=A0=BC=E5=BC=8F=EF=BC=9B=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E8=AE=B0=E5=BD=95=E6=8C=89=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8E=E8=A7=86=E9=A2=91=E6=90=9C=E7=B4=A2=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9B=BE=E7=89=87=E6=8E=92=E5=88=97=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user/index.js | 9 + src/components/custom-btn/custom-btn.vue | 36 ++- src/pages.json | 12 +- .../components/groupMembersList.vue | 9 + src/pages/dialog/dialogDetail/userDetail.vue | 287 ++++++++++++++++++ src/pages/dialog/index.vue | 9 +- src/pages/search/components/searchItem.vue | 3 + src/pages/search/searchByCondition/index.vue | 162 +++++++++- src/static/image/search/result-link-icon.png | Bin 0 -> 2132 bytes src/store/modules/dialogue.js | 6 +- src/uni_modules/tmui/locale/zh-Hans.json | 9 +- 11 files changed, 521 insertions(+), 21 deletions(-) create mode 100644 src/pages/dialog/dialogDetail/userDetail.vue create mode 100644 src/static/image/search/result-link-icon.png diff --git a/src/api/user/index.js b/src/api/user/index.js index a4eb9fb..9d67ccf 100644 --- a/src/api/user/index.js +++ b/src/api/user/index.js @@ -25,3 +25,12 @@ export const userLeaderApi = (data) => { baseURL:import.meta.env.VITE_EPR_BASEURL, }) } + +//点击头像查看用户详情 +export const getUserInfoByClickAvatar = (data) => { + return request({ + url: '/api/v1/users/info', + method: 'POST', + data, + }) +} diff --git a/src/components/custom-btn/custom-btn.vue b/src/components/custom-btn/custom-btn.vue index 2877c40..6c9c7e6 100644 --- a/src/components/custom-btn/custom-btn.vue +++ b/src/components/custom-btn/custom-btn.vue @@ -1,6 +1,17 @@ diff --git a/src/pages/dialog/index.vue b/src/pages/dialog/index.vue index 32feed7..48f2ef6 100644 --- a/src/pages/dialog/index.vue +++ b/src/pages/dialog/index.vue @@ -54,7 +54,7 @@ -