perf: pay

This commit is contained in:
archer
2023-08-07 09:32:01 +08:00
parent 09879004be
commit 1964640d5c
9 changed files with 40 additions and 1191 deletions

View File

@@ -34,7 +34,7 @@ const PayRecordTable = () => {
const data = await checkPayResult(payId);
toast({
title: data,
status: 'info'
status: 'success'
});
const res = await getPayOrders();
setPayOrders(res);