feat: palpay支付成功刷新
This commit is contained in:
@@ -77,6 +77,8 @@ export const constructPaypalBtn = async(orderId: number, currency: string) =>{
|
|||||||
orderData,
|
orderData,
|
||||||
JSON.stringify(orderData, null, 2)
|
JSON.stringify(orderData, null, 2)
|
||||||
);
|
);
|
||||||
|
location.reload();
|
||||||
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user