From e165f78a1c7394b3ba7b69747926a3d8175b50d5 Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Mon, 18 Mar 2024 20:56:46 +0800 Subject: [PATCH] init --- src/api/{cai => xq}/unreadNotifyMessage.js | 4 +- src/layout/components/Message/index.vue | 96 +++++----------------- src/views/dashboard/PanelGroup.vue | 19 +++-- 3 files changed, 38 insertions(+), 81 deletions(-) rename src/api/{cai => xq}/unreadNotifyMessage.js (77%) diff --git a/src/api/cai/unreadNotifyMessage.js b/src/api/xq/unreadNotifyMessage.js similarity index 77% rename from src/api/cai/unreadNotifyMessage.js rename to src/api/xq/unreadNotifyMessage.js index e2e14e8..68a8a2c 100644 --- a/src/api/cai/unreadNotifyMessage.js +++ b/src/api/xq/unreadNotifyMessage.js @@ -2,14 +2,14 @@ import request from '@/utils/request' export function getUnreadNotifyMessageList() { return request({ - url: '/cai/unread/data', + url: '/xq/unread/data', method: 'get' }) } export function getUnreadNotifyMessageCount() { return request({ - url: '/cai/unread/checkCount', + url: '/xq/unread/checkCount', method: 'get' }) } diff --git a/src/layout/components/Message/index.vue b/src/layout/components/Message/index.vue index 0d046da..253b89a 100644 --- a/src/layout/components/Message/index.vue +++ b/src/layout/components/Message/index.vue @@ -6,78 +6,42 @@ - - + + - 提现待审核 + 用户提现审核 - {{ unreadInfo.accountCashCount }} + {{ unreadInfo.userWithdrawCount }} - + - 相册待审核 + 用户认证审核 - {{ unreadInfo.userAlbumCount }} - - - - 自拍待审核 - - - - - {{ unreadInfo.userCameraAuditCount }} - - - - 主播申请待审核 - - - - - {{ unreadInfo.anchorApplyCount }} + {{ unreadInfo.userAuthCount }} - 动态待审核 + 动态审核 {{ unreadInfo.dynamicCount }} - + - 举报待处理 + 用户信息审核 - {{ unreadInfo.reportCount }} - - - - 群发待审核 - - - - - {{ unreadInfo.userGreetCount }} - - - - 头像待审核 - - - - - {{ unreadInfo.userAvatarCount }} + {{ unreadInfo.userInfoCount }} @@ -85,7 +49,7 @@