Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gic-web
marketing-opeartion
Commits
54f25f90
Commit
54f25f90
authored
Dec 03, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案样式
parent
1b4cddce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
detail-form.vue
src/views/message/component/detail-form.vue
+1
-1
more-tip-dialog.vue
src/views/message/component/more-tip-dialog.vue
+10
-7
No files found.
src/views/message/component/detail-form.vue
View file @
54f25f90
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<el-button
type=
"primary"
style=
"margin-top: 30px"
@
click=
"submit"
>
保存
</el-button>
<el-button
type=
"primary"
style=
"margin-top: 30px"
@
click=
"submit"
>
保存
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<more-tip-dialog
title=
"提示详情"
:type=
"form.smsSignId"
:visible
.
sync=
"dialogVisible"
/>
<more-tip-dialog
title=
"提示详情"
:type=
"
!
form.smsSignId"
:visible
.
sync=
"dialogVisible"
/>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/message/component/more-tip-dialog.vue
View file @
54f25f90
...
@@ -2,15 +2,15 @@
...
@@ -2,15 +2,15 @@
<el-dialog
:title=
"title"
:visible
.
sync=
"visible"
width=
"600px"
append-to-body
>
<el-dialog
:title=
"title"
:visible
.
sync=
"visible"
width=
"600px"
append-to-body
>
<template
v-if=
"!type"
>
<template
v-if=
"!type"
>
<p>
1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换
<i
class=
"w16"
/>
用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云
<i
class=
"w16"
/>
台,会员小程序验证码)
</p>
<p>
1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换
<i
class=
"w16"
/>
用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云
<i
class=
"w16"
/>
台,会员小程序验证码)
</p>
<p>
2. 商户选择指定通道后,只会通过该通道发送。
</p>
<p
class=
"pb20"
>
2. 商户选择指定通道后,只会通过该通道发送。
</p>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<p>
1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云台,会员小程序验证码
</p>
<p>
1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云台,会员小程序验证码
)
</p>
<p>
2. 商户选择指定通道后,只会通过该通道发送。
</p>
<p
class=
"mt10 mb10"
>
2. 商户选择指定通道后,只会通过该通道发送。
</p>
<p>
3. 修改短信发送优先级注意事项:
</p>
<p>
3. 修改短信发送优先级注意事项:
</p>
<p><i
class=
"w16"
/>
(1)指定通道切换多通道,可随意切换,无影响,切换前最好进行全量提审操作;
</p>
<p><i
class=
"w16"
/>
(1)
指定通道切换多通道,可随意切换,无影响,切换前最好进行全量提审操作;
</p>
<p><i
class=
"w16"
/>
(2)
多通道切换指定通道/单通道切换单通道,必须进行全量审核(全量提审:把gic后台已
<i
class=
"w32"
/>
通过的短信模板提交给其他可用短信通道审核)
</p>
<p><i
class=
"w16"
/>
(2)
多通道切换指定通道/单通道切换单通道,必须进行全量审核(全量提审:把gic后台
<i
class=
"w32"
/>
已
通过的短信模板提交给其他可用短信通道审核)
</p>
<p><i
class=
"w32"
/>
全量提审后,原先已通过审核的模板在要切换的指定通道不通过时,无法进行切换,
<i
class=
"w32"
/>
需要人工介入处理后,才可切换指定通道。
</p>
<p
class=
"pb20"
><i
class=
"w32"
/>
全量提审后,原先已通过审核的模板在要切换的指定通道不通过时,无法进行切换,
<i
class=
"w32"
/>
需要人工介入处理后,才可切换指定通道。
</p>
</
template
>
</
template
>
</el-dialog>
</el-dialog>
</template>
</template>
...
@@ -32,8 +32,11 @@ export default {
...
@@ -32,8 +32,11 @@ export default {
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
.pb20
{
padding-bottom
:
20px
;
}
p
{
p
{
line-height
:
2
0
px
;
line-height
:
2
4
px
;
color
:
#303133
;
color
:
#303133
;
}
}
.indenet
{
.indenet
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment