Compare commits
2 Commits
f883ff809a
...
d0d9fd0005
Author | SHA1 | Date | |
---|---|---|---|
d0d9fd0005 | |||
9945c925fd |
@ -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;
|
||||
|
@ -17,8 +17,8 @@ const resData = ref({});
|
||||
|
||||
|
||||
const statusLabel = {
|
||||
1: t("payment.text2"),
|
||||
2: t("payment.text3"),
|
||||
1: t("payment.text3"),
|
||||
2: t("payment.text2"),
|
||||
3: t("payment.text4"),
|
||||
4: t("payment.text5"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user