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(