2
0

feat: palpay支付成功刷新

This commit is contained in:
caiyuchao
2025-04-28 23:50:59 +08:00
parent ac4e201f98
commit b72bd2121a

View File

@@ -77,6 +77,8 @@ export const constructPaypalBtn = async(orderId: number, currency: string) =>{
orderData,
JSON.stringify(orderData, null, 2)
);
location.reload();
}
} catch (error) {
console.error(error);