2
0

fix: 支付图片路径

This commit is contained in:
caiyuchao
2025-02-21 15:46:57 +08:00
parent d6b972f363
commit 68353ef23a

View File

@@ -7,7 +7,8 @@
const route = useRoute(); const route = useRoute();
const { routerPushByKey } = useRouterPush(); const { routerPushByKey } = useRouterPush();
const qrCodeImg = ref<string>(route.query.url); const qrCodeImg = ref<string>(window.location.host + route.query.url);
const orderId = ref<number>(route.query.orderId); const orderId = ref<number>(route.query.orderId);
let orderStatusInterval = ref<number | null>(null); let orderStatusInterval = ref<number | null>(null);