支付跳转
This commit is contained in:
parent
18e6fd43f5
commit
9eb376d780
@ -50,6 +50,8 @@ const confirmPay = async () => {
|
|||||||
if (res.status === 0) {
|
if (res.status === 0) {
|
||||||
codePKey.value = res.data.checkoutSessionUrl;
|
codePKey.value = res.data.checkoutSessionUrl;
|
||||||
codePayUid.value = res.data.payUid;
|
codePayUid.value = res.data.payUid;
|
||||||
|
window.location.href = res.data.checkoutSessionUrl;
|
||||||
|
return;
|
||||||
router.push({
|
router.push({
|
||||||
path: "/checkoutPage",
|
path: "/checkoutPage",
|
||||||
query: {
|
query: {
|
||||||
|
Loading…
Reference in New Issue
Block a user