Commit cd1fec87 authored by Xuguangxing's avatar Xuguangxing

Merge branch 'feat/group-buy' of git.quantgroup.cn:ui/group-buy-ui into feat/group-buy

parents 98c596a1 6b621c8b
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
this.$emit('finish-time'); this.$emit('finish-time');
}, },
goGroupBuyList(itemInfo) { goGroupBuyList(itemInfo) {
this.$router.replace({ this.$router.push({
path: '/groupBuy/list', path: '/groupBuy/list',
query: { query: {
activityId: itemInfo.activityInfoId activityId: itemInfo.activityInfoId
......
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