提交 c48b1a69 编写于 作者: chengxiang.li's avatar chengxiang.li

个人详情页面传参 默认activityId 为空,待产品给到再赋默认值

上级 380a2a1c
......@@ -233,7 +233,7 @@
showAwadModal: true, // 根据活动时间是否展示中奖弹层以及查看昨日榜单逻辑
yestodayAwards: '', // 昨日可获得
token: '',
activityId: 2, // 上线前等产品通知修改默认值
activityId: '', // 上线前等产品通知修改默认值
encryptId: '', // 加密后的id,(分享传参用)
serverTime: '',
......@@ -662,6 +662,9 @@
});
this.$router.push({
name: 'person-detail',
query: {
activityId: vm.activityId
}
});
},
// 查看个人榜单
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册