From 61032da9f6f840c9c96af090d1810bc7a0734f4b Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期三, 30 七月 2025 17:18:14 +0800 Subject: [PATCH] 商品二维码跳转 --- pages/health/healthVideo.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue index 69c9e3e..add3102 100644 --- a/pages/health/healthVideo.vue +++ b/pages/health/healthVideo.vue @@ -385,10 +385,11 @@ // 瑙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 + queryParam.shareType = shareType + queryParam.source = source console.log('瑙f瀽鍙傛暟:', { shareType, videoId,source }); } const token = storage.getAccessToken(); -- Gitblit v1.8.0