支付跳转
This commit is contained in:
parent
18e6fd43f5
commit
9eb376d780
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user