From 25ee0fc249a081bb7bc4b485708c3e1afd3b07d1 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 18 九月 2025 14:13:17 +0800 Subject: [PATCH] 商品兑换卷调整以及绑定电话号码调整 --- pages/health/healthVideo.vue | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue index add3102..4b17775 100644 --- a/pages/health/healthVideo.vue +++ b/pages/health/healthVideo.vue @@ -386,10 +386,11 @@ const params = this.parseUrlParams(decodedUrl); const shareType = params.shareType; const videoId = params.videoId; - const source = params.source + 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(); @@ -784,7 +785,10 @@ this.loading = true; if(param){ + console.log("浜岀淮鐮佹壂鐮佹暟鎹墽琛屽湪姝ゅ1") + console.log(this.videoQuery) getHealthRecommendVideos(this.videoQuery).then(res => { + console.log(res) // 鏂板涓�涓瓧娈电敤浜庡惊鐜椂鐨刱ey const data = res.data.data.map(item => { return { @@ -811,7 +815,10 @@ }) }else{ + console.log("浜岀淮鐮佹壂鐮佹暟鎹墽琛屽湪姝ゅ2") + console.log(this.videoQuery) getHealthRecommendVideos(this.videoQuery).then(res => { + console.log(res) // 鏂板涓�涓瓧娈电敤浜庡惊鐜椂鐨刱ey const data = res.data.data.map(item => { return { -- Gitblit v1.8.0