支付跳转

This commit is contained in:
张 元山 2025-03-04 20:34:27 +08:00
parent 18e6fd43f5
commit 9eb376d780

View File

@ -50,6 +50,8 @@ const confirmPay = async () => {
if (res.status === 0) {
codePKey.value = res.data.checkoutSessionUrl;
codePayUid.value = res.data.payUid;
window.location.href = res.data.checkoutSessionUrl;
return;
router.push({
path: "/checkoutPage",
query: {