修改支付跳转状态页面
This commit is contained in:
parent
9945c925fd
commit
d0d9fd0005
@ -19,7 +19,7 @@ const { checkoutSessionUrl, qrUid, qrData, codePKey, codePayUid } =
|
||||
codeAuthStore();
|
||||
const payStatus = ref(0);
|
||||
const state = reactive({
|
||||
pageRequest: false,
|
||||
pageRequest: true,
|
||||
});
|
||||
definePageMeta({
|
||||
i18n: "payment.title",
|
||||
@ -73,6 +73,7 @@ const abroadPay=async ()=>{
|
||||
QrUid:route.query.qrUid
|
||||
});
|
||||
if(res.status===0){
|
||||
|
||||
codePKey.value = res.data.checkoutSessionUrl;
|
||||
codePayUid.value = res.data.payUid;
|
||||
window.location.href = res.data.checkoutSessionUrl;
|
||||
|
Loading…
Reference in New Issue
Block a user