Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
4605a44d
Commit
4605a44d
authored
Jul 18, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 欢迎语组件修改
parent
8e7b8d64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
detail.vue
...views/salesleads/actCodeManage/attractFlowLink/detail.vue
+2
-1
welcomesItem.vue
src/views/salesleads/components/welcomesItem.vue
+15
-3
No files found.
src/views/salesleads/actCodeManage/attractFlowLink/detail.vue
View file @
4605a44d
...
...
@@ -100,7 +100,7 @@
</div>
<dm-sub-title
type=
"line"
>
欢迎语设置
</dm-sub-title>
<div
class=
"section"
>
<welcomeItem
@
getWelcomeId=
"getWelcomeId"
:welcomeIdP=
"form.welcomeId"
ref=
"welcomeItem"
></welcomeItem>
<welcomeItem
@
getWelcomeId=
"getWelcomeId"
:welcomeIdP=
"form.welcomeId"
ref=
"welcomeItem"
:welcomeType=
"link"
></welcomeItem>
</div>
<dm-sub-title
type=
"line"
>
落地页配置
</dm-sub-title>
<div
class=
"section flex"
style=
"margin-bottom: 40px;"
>
...
...
@@ -163,6 +163,7 @@ export default {
pageNum
:
1
,
pageSize
:
20
},
link
:
'link'
,
landingLoading
:
false
,
landingData
:
[],
total
:
0
,
...
...
src/views/salesleads/components/welcomesItem.vue
View file @
4605a44d
...
...
@@ -4,16 +4,23 @@
<el-col
:span=
"17"
>
<el-form-item
label=
"活码类型"
>
<el-radio-group
v-model=
"welcomesType"
@
change=
"radioChange"
>
<el-radio
:label=
"1"
>
活码欢迎语
</el-radio>
<el-radio
:label=
"1"
v-if=
"welcomeType == 'code'"
>
活码欢迎语
</el-radio>
<el-radio
:label=
"1"
v-else
>
链接欢迎语
</el-radio>
<el-radio
:label=
"2"
>
不发送欢迎语
</el-radio>
</el-radio-group>
<ul
class=
"tabs"
v-if=
"welcomesType == 1"
>
<li>
1.下方的欢迎语取自【设置-欢迎语设置】中的“特殊欢迎语”;
</li>
<li>
2.配置“活码欢迎语”后,通过此活码添加好友后,系统自动推送此处所配置的欢迎语
</li>
<li>
2.配置“
<span>
{{
welcomeType
==
'code'
?
'活码'
:
'链接'
}}
</span
>
欢迎语”后,通过此活码添加好友后,系统自动推送此处所配置的欢迎语
</li>
<li>
(根据企业微信规则,若所添加的该成员在企业微信后台已经配置了欢迎语,那么会推送企微后台所配置的欢迎语,不会推送此处的欢迎语)
</li>
</ul>
<ul
class=
"tabs"
v-if=
"welcomesType == 2"
>
<li>
通过此活码添加好友后,系统不推送欢迎语,及时在【设置-欢迎语设置】中为该成员配置了欢迎语。
</li>
<li>
通过此
<span>
{{
welcomeType
==
'code'
?
'活码'
:
'链接'
}}
</span
>
添加好友后,系统不推送欢迎语,及时在【设置-欢迎语设置】中为该成员配置了欢迎语。
</li>
<li>
(根据企业微信规则,若所添加的该成员在企业微信后台已经配置了欢迎语,那么企微后台的欢迎语会照常推送)
</li>
</ul>
</el-form-item>
...
...
@@ -67,10 +74,15 @@ export default {
welcomeIdP
:
{
type
:
Object
,
default
:
null
},
welcomeType
:
{
type
:
String
,
default
:
'code'
}
},
data
()
{
return
{
welcomTypeFlag
:
true
,
welcomesType
:
1
,
welcomeTableData
:
[],
welcome
:
''
,
...
...
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