pages/health/healthVideo.vue
@@ -337,6 +337,7 @@ }, loading: false, // 是否正在加载 videoQuery: { source:'system', pageNumber: 1, pageSize: 10, videoFrom: 'recommend' @@ -387,7 +388,8 @@ const videoId = params.videoId; queryParam.videoId = videoId queryParam.shareType = shareType console.log('解析参数:', { shareType, videoId }); queryParam.source = source console.log('解析参数:', { shareType, videoId,source }); } const token = storage.getAccessToken(); if (! token) {