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
b11376fc
Commit
b11376fc
authored
Feb 17, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
d30be4c7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
salutatory.vue
src/views/enterprise/salutatory.vue
+2
-3
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+0
-0
No files found.
src/views/enterprise/salutatory.vue
View file @
b11376fc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<div
class=
"warp"
>
<div
class=
"warp"
>
<h2>
加好友配置
</h2>
<h2>
加好友配置
</h2>
<span
class=
"echoData"
v-show=
"friendSettingType"
>
{{
friendSettingTypeOption
[
friendSettingType
]
}}
</span>
<span
class=
"echoData"
v-show=
"friendSettingType
&& friendSettingType != 4
"
>
{{
friendSettingTypeOption
[
friendSettingType
]
}}
</span>
<el-button
type=
"text"
style=
"margin-left: 20px;"
@
click=
"openDialog"
>
去配置
</el-button>
<el-button
type=
"text"
style=
"margin-left: 20px;"
@
click=
"openDialog"
>
去配置
</el-button>
</div>
</div>
<div
class=
"daily-set-wrap"
>
<div
class=
"daily-set-wrap"
>
...
@@ -88,8 +88,7 @@ export default {
...
@@ -88,8 +88,7 @@ export default {
friendSettingTypeOption
:
{
friendSettingTypeOption
:
{
1
:
'发送【好办欢迎语】+【带导购参数的会员小程序卡片】'
,
1
:
'发送【好办欢迎语】+【带导购参数的会员小程序卡片】'
,
2
:
'发送【好办欢迎语】+【带导购参数的公众号二维码】'
,
2
:
'发送【好办欢迎语】+【带导购参数的公众号二维码】'
,
3
:
'发送【好办欢迎语】'
,
3
:
'发送【好办欢迎语】'
4
:
'不发送【好办欢迎语】,用企微欢迎语'
},
},
title
:
''
,
title
:
''
,
wxEnterpriseId
:
localStorage
.
getItem
(
'userInfos'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
:
''
,
wxEnterpriseId
:
localStorage
.
getItem
(
'userInfos'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
:
''
,
...
...
src/views/enterprise/salutatorySet.vue
View file @
b11376fc
This diff is collapsed.
Click to expand it.
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