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
2f8993e5
Commit
2f8993e5
authored
Aug 05, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/act-code' into dev
parents
80a8f45d
cab5d0e0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
preview-page.vue
src/components/preview-page.vue
+0
-1
salutatoryIndex.vue
src/views/enterprise/salutatoryIndex.vue
+5
-0
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+2
-1
cardView.vue
...ds/actCodeManage/attractFlowLink/landingPage/cardView.vue
+1
-1
No files found.
src/components/preview-page.vue
View file @
2f8993e5
...
...
@@ -133,7 +133,6 @@ export default {
width
:
176px
;
height
:
176px
;
margin
:
11px
0
16px
0
;
background
:
#f6f6f6
;
background-image
:
url('../assets/QRcode.png')
;
background-size
:
176px
auto
;
}
...
...
src/views/enterprise/salutatoryIndex.vue
View file @
2f8993e5
...
...
@@ -27,6 +27,11 @@ export default {
this
.
activeName
=
Number
(
sessionStorage
.
getItem
(
'activeName'
));
}
},
activated
()
{
if
(
sessionStorage
.
getItem
(
'activeName'
))
{
this
.
activeName
=
Number
(
sessionStorage
.
getItem
(
'activeName'
));
}
},
destroyed
()
{
sessionStorage
.
setItem
(
'activeName'
,
1
);
},
...
...
src/views/enterprise/salutatorySet.vue
View file @
2f8993e5
...
...
@@ -288,6 +288,7 @@ export default {
this
.
isNew
=
false
;
}
this
.
form
.
type
=
type
;
sessionStorage
.
setItem
(
'activeName'
,
type
);
this
.
getExistDefaultWelcome
();
this
.
getAppleList
();
},
...
...
@@ -686,7 +687,7 @@ export default {
if
(
!
this
.
$route
.
query
.
id
)
{
this
.
$route
.
meta
.
refresh
=
true
;
}
sessionStorage
.
setItem
(
'activeName'
,
para
.
type
);
this
.
$router
.
push
(
'salutatory'
);
}
})
...
...
src/views/salesleads/actCodeManage/attractFlowLink/landingPage/cardView.vue
View file @
2f8993e5
...
...
@@ -176,6 +176,7 @@ export default {
align-items
:
center
;
width
:
100%
;
z-index
:
100
;
height
:
36px
;
margin-bottom
:
19px
;
.logo
{
width
:
48px
;
...
...
@@ -203,7 +204,6 @@ export default {
z-index
:
100
;
width
:
236px
;
height
:
236px
;
background
:
#f6f6f6
;
background-image
:
url('../../../../../assets/QRcode.png')
;
background-size
:
236px
auto
;
}
...
...
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