fix: 购物车bug修复

This commit is contained in:
kaizheng(郑凯) 2025-02-26 16:32:38 +08:00
parent eca87cef25
commit 742eca7825

View File

@ -64,7 +64,7 @@ const toDetail = async () => {
location.href = window.config.getCarProductLink({ location.href = window.config.getCarProductLink({
token: store.state.userInfo.token, token: store.state.userInfo.token,
refreshToken: store.state.userInfo.refreshToken, refreshToken: store.state.userInfo.refreshToken,
activityId: props.item.productId, activityId: props.item.url,
}); });
} else { } else {
if (props.liveProductId) { if (props.liveProductId) {