feat: 佣金提现和备注功能

This commit is contained in:
2025-09-15 20:31:10 -07:00
parent 8241e95508
commit 5db1e8b15a
5 changed files with 20 additions and 30 deletions
@@ -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;
}