From 711a163d1943db0f8ea187a5790f0860564531ea Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期五, 01 八月 2025 10:40:07 +0800 Subject: [PATCH] 添加电话号码页面报错 --- pages/health/healthVideo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue index d4a3d77..add3102 100644 --- a/pages/health/healthVideo.vue +++ b/pages/health/healthVideo.vue @@ -388,8 +388,8 @@ 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