From 742eca7825291a5bdc8cc55cc92b4ef4ccae8d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kaizheng=28=E9=83=91=E5=87=AF=29?= Date: Wed, 26 Feb 2025 16:32:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=AD=E7=89=A9=E8=BD=A6bug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/VideoPlay/components/ProductItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/VideoPlay/components/ProductItem.vue b/src/views/VideoPlay/components/ProductItem.vue index d6e8bd1..9682500 100644 --- a/src/views/VideoPlay/components/ProductItem.vue +++ b/src/views/VideoPlay/components/ProductItem.vue @@ -64,7 +64,7 @@ const toDetail = async () => { location.href = window.config.getCarProductLink({ token: store.state.userInfo.token, refreshToken: store.state.userInfo.refreshToken, - activityId: props.item.productId, + activityId: props.item.url, }); } else { if (props.liveProductId) {