4.6.4-alpha (#569)
This commit is contained in:
@@ -54,7 +54,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
|
||||
onSuccess(res) {
|
||||
if (!res) return;
|
||||
toast({
|
||||
title: '充值成功',
|
||||
title: res,
|
||||
status: 'success'
|
||||
});
|
||||
router.reload();
|
||||
|
||||
Reference in New Issue
Block a user