提交 14265353 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 绍兴保险入口增加字段

上级 0c1bcaf4
......@@ -124,6 +124,7 @@ export default {
rightsNo = '',
channelCode = '',
userInfo = '',
identity = '',
} = this.$route.query;
// 兰州项目
......@@ -139,7 +140,7 @@ export default {
this.getBanner(7, rightsNo || projectEquityNo);
this.getBanner2(36, rightsNo || projectEquityNo);
this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}`;
this.openWebAppConfigPositive.path = `pagesInsurance/health-card/index?channelCode=${channelCode}&projectEquityNo=${projectEquityNo}&externalOrderNo=${externalOrderNo}&rightsNo=${rightsNo}&userInfo=${userInfo}&identity=${identity}`;
if (channelCode) uploadPointData({ channelCode });
this.$sendBuriedData(
{
......@@ -151,6 +152,7 @@ export default {
rightsNo: rightsNo,
userInfo: userInfo,
channelCode: channelCode,
identity: identity,
},
},
'enter'
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册