Commit 82a2c787 authored by GuanHua's avatar GuanHua

Merge branch 'dev' of http://10.0.0.22:3000/lingxi/lingxi-mall into dev

parents 2f74c539 94aa895d
......@@ -35,7 +35,7 @@ const List: React.FC<Iprops> = (props: Iprops) => {
const isGroupPhase = data.activityList.some((_item: ActivityItem) => _item.activityType === ACTIVITY_GROUPPURCHASE_NUMBER);
const path = isGroupPhase ? 'group' : 'commodity'
window.open(`/shop/${data.memberId}_${data.roleId}/${path}/detail/${data.productId}?skuId=${data.skuId}`)
window.open(`/${data.memberId}/${path}/detail/${data.productId}?skuId=${data.skuId}`)
}
if (activityType === 'hot') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment