diff --git a/src/api/cai/userCameraAudit.js b/src/api/cai/userCameraAudit.js index 63fa03d..e00a002 100644 --- a/src/api/cai/userCameraAudit.js +++ b/src/api/cai/userCameraAudit.js @@ -38,7 +38,7 @@ export function updateUserCameraAudit(data) { export function batchAuditCameraAudit(data) { return request({ url: '/cai/userCameraAudit/batch/audit', - method: 'put', + method: 'post', data: data }) } diff --git a/src/layout/components/Message/index.vue b/src/layout/components/Message/index.vue index 4146258..0d046da 100644 --- a/src/layout/components/Message/index.vue +++ b/src/layout/components/Message/index.vue @@ -6,6 +6,7 @@ + 提现待审核 @@ -103,7 +104,7 @@ export default { userGreetCount: 0, userAvatarCount: 0, }, - // 未读数量, + unreadAllCount: 0, unreadCount: 1, } }, @@ -120,6 +121,14 @@ export default { this.loading = true; getUnreadNotifyMessageList().then(response => { this.unreadInfo = response.data; + let allNum = 0; + for (const i in this.unreadInfo){ + let val = this.unreadInfo[i] + if(val){ + allNum = allNum + val + } + } + this.unreadAllCount = allNum this.loading = false; }); }, diff --git a/src/views/cai/anchorApply/index.vue b/src/views/cai/anchorApply/index.vue index d983a02..4eb9d8a 100644 --- a/src/views/cai/anchorApply/index.vue +++ b/src/views/cai/anchorApply/index.vue @@ -54,6 +54,7 @@ + diff --git a/src/views/cai/goods/goods-add-or-update-dialog.vue b/src/views/cai/goods/goods-add-or-update-dialog.vue new file mode 100644 index 0000000..dcfb732 --- /dev/null +++ b/src/views/cai/goods/goods-add-or-update-dialog.vue @@ -0,0 +1,104 @@ + + + diff --git a/src/views/cai/goods/index.vue b/src/views/cai/goods/index.vue index b3abbaf..6e1137b 100644 --- a/src/views/cai/goods/index.vue +++ b/src/views/cai/goods/index.vue @@ -15,6 +15,20 @@ + + + 新增 + + + + @@ -31,8 +45,8 @@ - + + + diff --git a/src/views/cai/userCameraAudit/index.vue b/src/views/cai/userCameraAudit/index.vue index c1a60b4..850eb20 100644 --- a/src/views/cai/userCameraAudit/index.vue +++ b/src/views/cai/userCameraAudit/index.vue @@ -76,9 +76,9 @@ + - - + + + diff --git a/src/views/cai/withdrawExchange/withdraw-exchange-add-or-update-dialog.vue b/src/views/cai/withdrawExchange/withdraw-exchange-add-or-update-dialog.vue new file mode 100644 index 0000000..f463019 --- /dev/null +++ b/src/views/cai/withdrawExchange/withdraw-exchange-add-or-update-dialog.vue @@ -0,0 +1,97 @@ + + + diff --git a/src/views/login.vue b/src/views/login.vue index 49d0fa3..0d4b1ed 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -74,7 +74,7 @@ export default { codeUrl: "", loginForm: { username: "admin", - password: "admin123", + password: "", rememberMe: false, code: "", uuid: ""