From 68353ef23a44996b18e1464cbd6b6fcfd3d896b6 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 21 Feb 2025 15:46:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=AF=E4=BB=98=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/billing/wxpay/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/billing/wxpay/index.vue b/src/views/billing/wxpay/index.vue index ad51402..962bed0 100644 --- a/src/views/billing/wxpay/index.vue +++ b/src/views/billing/wxpay/index.vue @@ -7,7 +7,8 @@ const route = useRoute(); const { routerPushByKey } = useRouterPush(); - const qrCodeImg = ref(route.query.url); + const qrCodeImg = ref(window.location.host + route.query.url); + const orderId = ref(route.query.orderId); let orderStatusInterval = ref(null);