From 90db4287d16262a4ec32c8c055cea2d16e2454d4 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 13 Nov 2025 17:24:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(KYC=E8=BA=AB=E4=BB=BD=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=A1=B5):=20=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/app-user.js | 30 +- src/views/user/bank-identity/index.vue | 377 +++++++++++++++++-------- 2 files changed, 289 insertions(+), 118 deletions(-) diff --git a/src/api/app-user.js b/src/api/app-user.js index 666bf92..656e7a3 100644 --- a/src/api/app-user.js +++ b/src/api/app-user.js @@ -604,11 +604,12 @@ export function getUserIdentity(userId) { // 用户认证身份信息 export function getUserBankIdentityInfo(params) { return request({ - url: "/user/bank-identity-info/page", + url: "/user/withdraw-info/page", method: "get", params }); } + // 用户认证身份信息审核 export function auditUserBankIdentityInfo(data) { return request({ @@ -618,6 +619,24 @@ export function auditUserBankIdentityInfo(data) { }); } +// 用户认证身份信息审核(通过) +export function withdrawInfoPass(data) { + return request({ + url: "/user/withdraw-info/pass", + method: "post", + data + }); +} + +// 用户认证身份信息审核(驳回) +export function withdrawInfoNotPass(data) { + return request({ + url: "/user/withdraw-info/not-pass", + method: "post", + data + }); +} + // 用户认证身份信息-导出 export function exportUserBankIdentityInfo(params, excelName) { return httpGetExport("/user/bank-identity-info/export", params, excelName); @@ -640,3 +659,12 @@ export function pageUserDiamondBalance(params) { params }); } + +// 更新货运代理账户信息(支持的国家和联系方式) +export function updateInfoCP(data) { + return request({ + url: "/freight/update-info", + method: "post", + data + }); +} diff --git a/src/views/user/bank-identity/index.vue b/src/views/user/bank-identity/index.vue index b9eb270..47ed2d3 100644 --- a/src/views/user/bank-identity/index.vue +++ b/src/views/user/bank-identity/index.vue @@ -14,12 +14,18 @@ :label="item.label" :value="item.value" > - + + {{ item.label }}
- +
- - - - - - - + + + + + + + - - - + + + - + + + @@ -113,11 +189,7 @@ />
- + - -
-