Commit 6b621c8b authored by beisir's avatar beisir

feat:我的拼团页面取消重定向到入口列表页面

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