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