fix: 修改参数

This commit is contained in:
2025-10-06 14:53:00 +08:00
parent 05b941613c
commit ce6ab31d8b

View File

@@ -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(