更新提现相关功能,新增已批准提现列表页面及路由,优化提现和待审核提现页面的数据获取逻辑,添加过滤功能
This commit is contained in:
2
src/typings/elegant-router.d.ts
vendored
2
src/typings/elegant-router.d.ts
vendored
@@ -34,6 +34,7 @@ declare module "@elegant-router/types" {
|
||||
"user_list": "/user/list";
|
||||
"user_transfer": "/user/transfer";
|
||||
"withdraw": "/withdraw";
|
||||
"withdraw_approved": "/withdraw/approved";
|
||||
"withdraw_fiat": "/withdraw/fiat";
|
||||
};
|
||||
|
||||
@@ -105,6 +106,7 @@ declare module "@elegant-router/types" {
|
||||
| "user_bankcard"
|
||||
| "user_list"
|
||||
| "user_transfer"
|
||||
| "withdraw_approved"
|
||||
| "withdraw_fiat"
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user