diff --git a/src/api/withdraw.ts b/src/api/withdraw.ts index baac07f..e27ef51 100644 --- a/src/api/withdraw.ts +++ b/src/api/withdraw.ts @@ -42,23 +42,5 @@ export interface ListParams { * @returns */ export function lists(params: ListParams) { - return axios.post('/api/v1/withdraw/lists',params); + return axios.post('/admin/api/v1/withdraw/lists',params); } - -// /** -// * -// * @param id 拉黑 -// * @returns -// */ -// export function getBlack(id: string) { -// return axios.post('/api/v1/jobuser/getBlack', { id }); -// } - -// /** -// * -// * @param id 洗白 -// * @returns -// */ -// export function getOutBlack(id: string) { -// return axios.post('/api/v1/jobuser/getOutBlack', { id }); -// } \ No newline at end of file diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue index 165c2d1..4b7c565 100644 --- a/src/views/withdraw/index.vue +++ b/src/views/withdraw/index.vue @@ -3,54 +3,132 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + + + + 重置 + + + + +
+
+ + + +
+
+
+ 合计:{{ addNum }} +
+
+
+ +
+