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

Merge branch 'feature/qiao' into 'release'

Feature/qiao

See merge request !298
<!-- eslint-disable -->
<template>
<div class="page-wrapper">
<!-- <img
v-if="bgPath"
class="pic"
:src="bgPath"
/> -->
<!-- <div
v-for="(url, index) in staticINFO.logoUrlList"
:key="index"
>
<img
class="pic"
:src="url"
/>
</div> -->
<div
v-for="(url, index) in insuranceInfo.descList"
:key="index"
@click="handleBanner(index)"
>
<img
class="pic"
:src="url"
/>
</div>
<template v-if="insuranceInfo.descList">
<div
v-for="(url, index) in insuranceInfo.descList"
:key="index"
@click="handleBanner(index)"
>
<img
class="pic"
:src="url"
/>
</div>
</template>
<div class="footer-box">
<div class="fixed-btn">
......@@ -135,7 +121,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 +129,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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册