From 9ccb1022472dee39e905749d65451b1fa499c387 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 12 九月 2025 11:56:49 +0800
Subject: [PATCH] 解决退货无法提交退货单问题
---
pages/health/healthVideo.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/pages/health/healthVideo.vue b/pages/health/healthVideo.vue
index 69c9e3e..4b17775 100644
--- a/pages/health/healthVideo.vue
+++ b/pages/health/healthVideo.vue
@@ -385,7 +385,9 @@
// 瑙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
@@ -783,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 {
@@ -810,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