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

feat 威泰活动接入

上级 93308dde
......@@ -135,7 +135,7 @@ export default {
async mounted() {
document.title = this.headerInfo.title;
const { rightsNo } = this.$route.query;
const { rightsNo, channelId = '' } = this.$route.query;
const result = await getInsProjectInfo({ rightsNo });
......@@ -143,7 +143,7 @@ export default {
this.insuranceInfo = result.data.insuranceExplainInfoResp;
}
this.openWebAppConfigPositive.path = `pagesInsurance/exclusively-activity/submit?rightsNo=${rightsNo}&source=h5&channel=hot_act`;
this.openWebAppConfigPositive.path = `pagesInsurance/exclusively-activity/submit?rightsNo=${rightsNo}&channelId=${channelId}&source=h5&channel=hot_act`;
this.activityCheck(rightsNo);
this.$sendBuriedData(
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册