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
c02a276a
Commit
c02a276a
authored
Feb 22, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/2月迭代' into dev
parents
c0859ea1
15f7958b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
salutatory.vue
src/views/enterprise/salutatory.vue
+4
-5
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+1
-1
No files found.
src/views/enterprise/salutatory.vue
View file @
c02a276a
...
...
@@ -63,7 +63,7 @@
</div>
</div>
<el-dialog
title=
"加好友配置"
:visible
.
sync=
"dialogVisible"
width=
"590px"
:before-close=
"handleClose"
>
<span
class=
"tips"
>
好办欢迎语支持文字、图片、视频、文件、链接
及小程序
</span>
<span
class=
"tips"
>
好办欢迎语支持文字、图片、视频、文件、链接
</span>
<el-form
label-width=
"100px"
style=
"margin-top:20px"
>
<el-form-item
label=
"加好友配置"
>
<div
v-for=
"(val, key) in friendSettingTypeOption"
:key=
"key"
>
...
...
@@ -88,13 +88,12 @@ export default {
return
{
friendSettingTypeOption
:
[
{
label
:
2
,
content
:
'发送【好办欢迎语】+【带导购参数的公众号二维码】'
},
{
label
:
1
,
content
:
'发送【好办欢迎语】+【带导购参数的会员小程序卡片】'
},
{
label
:
3
,
content
:
'发送【好办欢迎语】'
}
{
label
:
1
,
content
:
'发送【好办欢迎语】+【带导购参数的会员小程序卡片】'
}
],
title
:
''
,
wxEnterpriseId
:
localStorage
.
getItem
(
'userInfos'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'userInfos'
)).
wxEnterpriseId
:
''
,
friendSettingType
:
''
,
type
:
1
,
type
:
2
,
friendSettingId
:
''
,
btnLoading
:
false
,
dialogVisible
:
false
,
...
...
@@ -148,7 +147,7 @@ export default {
if
(
resData
.
code
==
0
&&
resData
.
result
)
{
const
{
friendSettingId
,
friendSettingType
}
=
resData
.
result
;
this
.
friendSettingId
=
friendSettingId
;
this
.
type
=
friendSettingType
;
this
.
type
=
friendSettingType
?
friendSettingType
:
2
;
this
.
friendSettingType
=
friendSettingType
;
}
});
...
...
src/views/enterprise/salutatorySet.vue
View file @
c02a276a
...
...
@@ -53,7 +53,7 @@
</ul>
<div
slot=
"reference"
style=
"cursor: pointer; display: inline-block;"
>
<i
class=
"iconfont-hb3 icontianjiajiahaowubiankuang"
></i>
<p>
添加图片/视频/文件/链接
/小程序
</p>
<p>
添加图片/视频/文件/链接
</p>
</div>
</el-popover>
<p
style=
"font-size:12px;color:#909399"
>
(附件不超过9个,单个大小不超过2M,小程序仅支持添加1个)
</p>
...
...
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