From ce6ab31d8baa26c20e58c047a477c155773d661e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Mon, 6 Oct 2025 14:53:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game_pages/detail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_pages/detail/index.tsx b/src/game_pages/detail/index.tsx index a40c358..fd2a921 100644 --- a/src/game_pages/detail/index.tsx +++ b/src/game_pages/detail/index.tsx @@ -392,7 +392,7 @@ const SharePopup = forwardRef(({ id, from, detail, userInfo }, ref) => { const gameLength = `${endTime.diff(startTime, "hour")}小时`; Taro.showLoading({ title: "生成中..." }); const qrCodeUrlRes = await DetailService.getQrCodeUrl({ - page: "/game_pages/detail/index", + page: "game_pages/detail/index", scene: `id=${id}`, }); const qrCodeUrl = await base64ToTempFilePath(