Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
zhaocaih5-wanda
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5933f6b0
authored
Jul 08, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cb
parent
476e1a78
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
15 deletions
+26
-15
src/assets/images/01/bg01.jpg
+0
-0
src/assets/images/01/bg011.jpg
+0
-0
src/assets/mp3/gaoshang.mp3
+0
-0
src/assets/mp3/music.mp3
+0
-0
src/components/goBack.vue
+19
-8
src/views/xu.vue
+5
-4
src/views/yjml.vue
+2
-3
No files found.
src/assets/images/01/bg01.jpg
View file @
5933f6b0
34.9 KB
|
W:
|
H:
197 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/01/bg011.jpg
0 → 100644
View file @
5933f6b0
15.3 KB
src/assets/mp3/gaoshang.mp3
0 → 100644
View file @
5933f6b0
File added
src/assets/mp3/music.mp3
View file @
5933f6b0
No preview for this file type
src/components/goBack.vue
View file @
5933f6b0
<
template
>
<div
class=
"go-wrap"
@
click=
"goBack"
>
</div>
<div
class=
"go-wrap"
@
click=
"goBack"
></div>
</
template
>
<
script
>
export
default
{
methods
:{
props
:
{
type1
:
{
}
},
mounted
(){
console
.
log
(
this
.
type1
);
},
methods
:
{
goBack
()
{
if
(
this
.
type1
===
'3'
)
{
console
.
log
(
12312123
);
$eventbus
.
$emit
(
'jumpPage'
,
{
pageName
:
'shouye'
})
}
else
{
if
(
this
.
$route
.
name
===
'shouye'
)
{
return
}
window
.
history
.
go
(
-
1
);
this
.
$router
.
back
(
-
1
);
}
}
}
}
...
...
@@ -25,9 +36,9 @@ export default {
top
:
3%
;
left
:
3%
;
z-index
:
100000
;
width
:
90
/
@
r
;
height
:
90
/
@
r
;
background
:
url(
'../assets/images/erjiye/gouback.png'
)
no-repeat
;
width
:
90
/
@
r
!important
;
height
:
90
/
@
r
!important
;
background
:
url(
"../assets/images/erjiye/gouback.png"
)
no-repeat
;
background-size
:
contain
;
animation-iteration-count
:
infinite
;
}
...
...
src/views/xu.vue
View file @
5933f6b0
<
template
>
<div
class=
"book-page-box book-page-1 preserve-3d zindex"
@
click=
"handleJump"
>
<div
class=
"book-page-box book-page-1 preserve-3d zindex"
>
<div
class=
"book-page page-front"
>
<
div
id=
"io"
class=
"xu"
>
<goBack
class=
"book-page page-front"
/
>
<
goBack
class=
"book-page page-front"
:type1=
"3"
/
>
<div
id=
"io"
class=
"xu"
@
click=
"handleJump"
>
<div
class=
"main-box"
>
<div
class=
"title"
></div>
<!--
<div
class=
"content"
>
...
...
@@ -15,7 +15,7 @@
<div
class=
"content2"
></div>
</div>
</div>
<
div
class=
"to-left"
></div
>
<
!--
<div
class=
"to-left"
></div>
--
>
<!--
<div
class=
"bottom-ele"
></div>
-->
</div>
</div>
...
...
@@ -141,6 +141,7 @@ export default {
.xu
{
height
:
100%
;
background
:
url("../assets/images/02/bg01.png")
no-repeat
bottom
center
;
//
background
:
url("../assets/images/01/bg01.jpg")
no-repeat
bottom
center
;
background-size
:
100%
auto
;
.main-box
{
...
...
src/views/yjml.vue
View file @
5933f6b0
...
...
@@ -75,8 +75,7 @@ export default {
return
ele
.
catname
===
"线上线下招采服务指南"
})
$eventbus
.
$emit
(
'jumpPage'
,
{
pageName
:
'xiangqing'
,
id
:
arr
.
news_id
})
$eventbus
.
$emit
(
'jumpPage'
,
{
pageName
:
'xiangqing'
,
id
:
18
})
}
else
{
$eventbus
.
$emit
(
'jumpPage'
,
{
pageName
:
'erjiye'
})
setTimeout
(()
=>
{
...
...
@@ -104,7 +103,7 @@ export default {
.yjml
{
height
:
100%
;
background
:
url("../assets/images/01/bg01.jpg")
no-repeat
center
center
;
background
:
url("../assets/images/01/bg01.jpg")
no-repeat
center
bottom
;
background-size
:
100%
auto
;
overflow
:
hidden
;
}
...
...
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