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

Merge branch 'feature/qiao' into 'release'

Feature/qiao

See merge request !298
<!-- eslint-disable --> <!-- eslint-disable -->
<template> <template>
<div class="page-wrapper"> <div class="page-wrapper">
<!-- <img <template v-if="insuranceInfo.descList">
v-if="bgPath" <div
class="pic" v-for="(url, index) in insuranceInfo.descList"
:src="bgPath" :key="index"
/> --> @click="handleBanner(index)"
>
<!-- <div <img
v-for="(url, index) in staticINFO.logoUrlList" class="pic"
:key="index" :src="url"
> />
<img </div>
class="pic" </template>
:src="url"
/>
</div> -->
<div
v-for="(url, index) in insuranceInfo.descList"
:key="index"
@click="handleBanner(index)"
>
<img
class="pic"
:src="url"
/>
</div>
<div class="footer-box"> <div class="footer-box">
<div class="fixed-btn"> <div class="fixed-btn">
...@@ -135,7 +121,7 @@ export default { ...@@ -135,7 +121,7 @@ export default {
async mounted() { async mounted() {
document.title = this.headerInfo.title; document.title = this.headerInfo.title;
const { rightsNo } = this.$route.query; const { rightsNo, channelId = '' } = this.$route.query;
const result = await getInsProjectInfo({ rightsNo }); const result = await getInsProjectInfo({ rightsNo });
...@@ -143,7 +129,7 @@ export default { ...@@ -143,7 +129,7 @@ export default {
this.insuranceInfo = result.data.insuranceExplainInfoResp; 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.activityCheck(rightsNo);
this.$sendBuriedData( this.$sendBuriedData(
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册