Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
3b92a590
Commit
3b92a590
authored
Nov 19, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 模板库变量文案调整
parent
dfffa617
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
addTemp.vue
src/views/message/addTemp.vue
+1
-1
No files found.
src/views/message/addTemp.vue
View file @
3b92a590
...
...
@@ -59,7 +59,7 @@
<el-popover
v-model=
"templateVisbile"
placement=
"bottom-start"
width=
"650"
trigger=
"click"
>
<el-button
slot=
"reference"
type=
"text"
>
添加变量参数
</el-button>
<div
class=
"popver_content"
>
<p>
模板示列如下,其中{数字}为可插入的变量值,参照表如下:注意考虑变量值的文本长度,以免超出67字/条的文本上限
。
</p>
<p>
可添加参数表如下,参数变量的字数长度会动态变化,请勿添加过多变量;注意:{19]{20}变量,只有当积分体系是GIC计算时才生效,否则添加后无效
。
</p>
<ul>
<li
v-for=
"(val, key) in templateVar"
:key=
"key"
>
<span
class=
"item"
@
click=
"addVar(key, val)"
>
{{
'{'
+
key
+
'
}
'
}}
=
{{
val
}}
<
/span
>
...
...
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