From 0e3c55399091cd45c77c76d59d99299a7def6c9e Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 11 Feb 2025 09:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=ABqdCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-video-list/my-video-list.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/my-video-list/my-video-list.vue b/components/my-video-list/my-video-list.vue index 2f29ba6..2c09bea 100644 --- a/components/my-video-list/my-video-list.vue +++ b/components/my-video-list/my-video-list.vue @@ -799,8 +799,9 @@ } function share(item) { + const {qdCode}= uni.getStorageSync('userInfo')||{} const urls = returnShareUrl() + '/me/detail/detail?id=' + item.courseId + '&courseDetailsId=' + item - .courseDetailsId + '&invitation=' + uni.getStorageSync('invitationCode') + '&qdCode=' + this.qdCode; + .courseDetailsId + '&invitation=' + uni.getStorageSync('invitationCode') + '&qdCode=' +qdCode; console.log(urls); // #ifdef H5 refPoster.value.make({