From 2ef25bcf0111f21fcf7971922e2c307ef05547fe Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期三, 30 七月 2025 11:18:41 +0800 Subject: [PATCH] 厨神,大健康视频分享二维码 --- pages/health/healthVideo.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue index 69c9e3e..d4a3d77 100644 --- a/pages/health/healthVideo.vue +++ b/pages/health/healthVideo.vue @@ -385,7 +385,8 @@ // 瑙f瀽URL涓殑鏌ヨ鍙傛暟 const params = this.parseUrlParams(decodedUrl); const shareType = params.shareType; - const videoId = params.videoId; + const videoId = params.videoId; + const source = params.source queryParam.videoId = videoId queryParam.shareType = shareType queryParam.source = source -- Gitblit v1.8.0