From f654d570332e2c16379e08ad1e3bb8a24d92656e Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 31 七月 2025 16:18:35 +0800 Subject: [PATCH] 注册登录 用户nickName问题 --- pages/health/healthVideo.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue index 610d5c8..add3102 100644 --- a/pages/health/healthVideo.vue +++ b/pages/health/healthVideo.vue @@ -337,6 +337,7 @@ }, loading: false, // 鏄惁姝e湪鍔犺浇 videoQuery: { + source:'system', pageNumber: 1, pageSize: 10, videoFrom: 'recommend' @@ -384,10 +385,12 @@ // 瑙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 - console.log('瑙f瀽鍙傛暟:', { shareType, videoId }); + queryParam.shareType = shareType + queryParam.source = source + console.log('瑙f瀽鍙傛暟:', { shareType, videoId,source }); } const token = storage.getAccessToken(); if (! token) { -- Gitblit v1.8.0