fix: 购物车bug修复
This commit is contained in:
parent
eca87cef25
commit
742eca7825
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user