feat(publish): 优化投放相关页面文案
- 修改 ChannleList 页面标题为"投放人群"- 更新 AccurateList 页面副标题,突出精准投放特点 -调整 shareLinks 组件副标题,明确分享渠道 - 修改 Publish/index.vue 中"链接二维码"为"链接分享" - 更新 link.vue 中自定义链接说明文案
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<sub-title>
|
||||
精准投放
|
||||
<span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400">
|
||||
可以选择渠道提交投放需求,自动生成投放链接
|
||||
7.5亿+公私域消费者及员工/导购/经销商人群在线精准投放
|
||||
</span>
|
||||
</sub-title>
|
||||
<div class="customer-btn" style="text-align: right">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="channel_list">
|
||||
<sub-title>
|
||||
投放渠道
|
||||
投放人群
|
||||
</sub-title>
|
||||
<ul>
|
||||
<li
|
||||
|
||||
@@ -45,7 +45,7 @@ export default defineComponent({
|
||||
path: '/survey/publish/accurate'
|
||||
},
|
||||
{
|
||||
name: '链接二维码',
|
||||
name: '链接分享',
|
||||
icon: '',
|
||||
children: [],
|
||||
path: '/survey/publish/link-code'
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<sub-title>
|
||||
标准链接与二维码
|
||||
<span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400"
|
||||
>可以通过自有渠道投放问卷作答链接及二维码</span
|
||||
>可自行通过微信、企微、邮件等渠道将问卷链接及二维码分享给作答者</span
|
||||
>
|
||||
</sub-title>
|
||||
<!-- <div class="title">分享链接</div> -->
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<sub-title>
|
||||
自定义链接
|
||||
<span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400">
|
||||
可以根据不同投放渠道自定义问卷链接,也可以代入特定渠道参数,例如小程序、样本库
|
||||
可添加渠道参数生成多渠道投放链接,支持通过参数记录答题来源并识别用户身份
|
||||
</span>
|
||||
</sub-title>
|
||||
<div class="customer-btn" style="text-align: right">
|
||||
|
||||
Reference in New Issue
Block a user