feat: 修改样式

This commit is contained in:
2025-08-11 05:23:57 -07:00
parent 62880768fa
commit 0aace63597
4 changed files with 91 additions and 78 deletions
@@ -19,7 +19,7 @@ export default function Page() {
const ref = useRef<ProListActions>(null);
const OrderDetailDialogRef = useRef<typeof OrderDetailDialog>(null);
const handlePayment = (orderNo) => {
const handlePayment = async (orderNo) => {
const data = await purchaseCheckout({
orderNo: orderNo,
returnUrl: window.location.href,