feat(publish): 优化投放相关页面文案

- 修改 ChannleList 页面标题为"投放人群"- 更新 AccurateList 页面副标题,突出精准投放特点
-调整 shareLinks 组件副标题,明确分享渠道
- 修改 Publish/index.vue 中"链接二维码"为"链接分享"
- 更新 link.vue 中自定义链接说明文案
This commit is contained in:
陈昱达
2025-03-28 10:12:53 +08:00
parent 68744ab8ab
commit e2938292c1
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
<sub-title> <sub-title>
精准投放 精准投放
<span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400"> <span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400">
可以选择渠道提交投放需求自动生成投放链接 7.5亿+公私域消费者及员工/导购/经销商人群在线精准投放
</span> </span>
</sub-title> </sub-title>
<div class="customer-btn" style="text-align: right"> <div class="customer-btn" style="text-align: right">

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="channel_list"> <div class="channel_list">
<sub-title> <sub-title>
投放渠道 投放人群
</sub-title> </sub-title>
<ul> <ul>
<li <li

View File

@@ -45,7 +45,7 @@ export default defineComponent({
path: '/survey/publish/accurate' path: '/survey/publish/accurate'
}, },
{ {
name: '链接二维码', name: '链接分享',
icon: '&#xe7aa;', icon: '&#xe7aa;',
children: [], children: [],
path: '/survey/publish/link-code' path: '/survey/publish/link-code'

View File

@@ -3,7 +3,7 @@
<sub-title> <sub-title>
标准链接与二维码 标准链接与二维码
<span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400" <span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400"
>以通过自有渠道投放问卷作答链接及二维码</span >自行通过微信企微邮件等渠道将问卷链接及二维码分享给作答者</span
> >
</sub-title> </sub-title>
<!-- <div class="title">分享链接</div> --> <!-- <div class="title">分享链接</div> -->

View File

@@ -45,7 +45,7 @@
<sub-title> <sub-title>
自定义链接 自定义链接
<span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400"> <span style="margin-left: 6px; font-size: 10px; color: #999999; font-weight: 400">
以根据不同投放渠道自定义问卷链接也可以代入特定渠道参数例如小程序样本库 添加渠道参数生成多渠道投放链接支持通过参数记录答题来源并识别用户身份
</span> </span>
</sub-title> </sub-title>
<div class="customer-btn" style="text-align: right"> <div class="customer-btn" style="text-align: right">