提交 8d21c4e8 authored 作者: lihuihui's avatar lihuihui

update

上级 f0f49df1
......@@ -24,8 +24,7 @@
</div>
<div class="li" v-for="(item, index) in getStepTwoValue()" :key="index">
<div class="icon"></div>
<div class="text">
{{ item }}
<div class="text" v-html="item">
</div>
</div>
</div>
......@@ -66,12 +65,12 @@ export default {
arr.push('当用户做过启动App后出现弹窗')
} else {
const d = item.personalMap.find(i => i.value === 'trigger').children.find(i => i.value === item.triggerValue)
arr.push(`当用户做过指定App页${d.label}出现弹窗 `)
arr.push(`当用户做过指定App页<span style="font-weight:bold">${d.label}</span>出现弹窗 `)
}
})
} else {
this.data.stepTwo.list2[0].form.triggerList.forEach(item => {
arr.push(`当用户做过 ${item.list.find(i => i.value === item.triggerValue).label} 对目标用户进行触达`)
arr.push(`当用户做过 <span style="font-weight:bold">${item.list.find(i => i.value === item.triggerValue).label}</span> 对目标用户进行触达`)
})
}
return arr
......
......@@ -24,14 +24,14 @@
<div class="li" v-for="(item, index) in data.stepTwo.list[0].form.triggerList" :key="index">
<div class="icon"></div>
<div class="text">当用户做过
{{ item.list.find(i => i.value === item.triggerValue).label }}
<span style="font-weight: bold;">{{ item.list.find(i => i.value === item.triggerValue).label }}</span>
对目标用户进行触达</div>
</div>
</template>
<template v-else>
<div class="li">
<div class="icon"></div>
<div class="text">触发时间:{{ data.stepTwo.date }} {{ data.stepTwo.time }}</div>
<div class="text">触发时间:<span style="font-weight: bold;">{{ data.stepTwo.date }} {{ data.stepTwo.time }}</span></div>
</div>
</template>
</div>
......
......@@ -32,9 +32,10 @@
<div class="li">
<div class="icon"></div>
<div class="text">
触发时间:{{ data.stepTwo.time_range[0] }}{{ data.stepTwo.time_range[1] }}&nbsp;&nbsp;{{
data.stepTwo.times_every.toString()
}}&nbsp;&nbsp;{{ data.stepTwo.times_hour }}
触发时间:<span style="font-weight: bold">{{ data.stepTwo.time_range[0] }}</span
><span style="font-weight: bold">{{ data.stepTwo.time_range[1] }}</span
>&nbsp;&nbsp;<span style="font-weight: bold">{{ data.stepTwo.times_every.toString() }}</span
>&nbsp;&nbsp;<span style="font-weight: bold">{{ data.stepTwo.times_hour }}</span>
</div>
</div>
</template>
......@@ -43,7 +44,9 @@
<div class="icon"></div>
<div class="text">
触发条件:
<span v-for="(item, index) in data.stepTwo.solarTermsList" :key="index">{{ item.name }}{{ index != data.stepTwo.solarTermsList.length - 1 ? ',' : '' }}</span>&nbsp;&nbsp;{{ data.stepTwo.times_send }}触发
<span style="font-weight: bold;" v-for="(item, index) in data.stepTwo.solarTermsList" :key="index"
>{{ item.name }}{{ index != data.stepTwo.solarTermsList.length - 1 ? ',' : '' }}</span
>&nbsp;&nbsp;<span style="font-weight: bold;">{{ data.stepTwo.times_send }}</span>触发
</div>
</div>
</template>
......
......@@ -25,7 +25,7 @@
<div class="li">
<div class="icon"></div>
<div class="text">
触发条件:立刻对目标用户进行触达
触发条件:<span style="font-weight: bold;">立刻对目标用户进行触达</span>
</div>
</div>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论