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) {