feat: 佣金提现和备注功能
This commit is contained in:
@@ -151,7 +151,7 @@ const WalletDialog: WalletDialogProps = (props) => {
|
||||
size: 1,
|
||||
issue_type: 1,
|
||||
});
|
||||
if (ticketData?.list?.length > 1) {
|
||||
if (ticketData?.list?.length > 0) {
|
||||
toast.info('已经存在待处理提现,请耐心等待');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user