Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
徐炜
2017-01-18 09:53:16 +0800
Commit
2c05d3eb570da60708dc28d6f7f2a0f567670008
2 parents
6072e89b
c5b9cf16
Merge remote-tracking branch 'origin/release/app-download' into release/app-download
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
12 deletions
public/js/common/footer.js
public/js/footer.js
public/js/guang/info-index.page.js
public/scss/activity/live/_play.css
public/scss/guang/_detail.css
public/scss/layout/_footer.css
public/js/common/footer.js
View file @
2c05d3e
...
...
@@ -32,9 +32,9 @@ if ($('#float-layer-btn') && $('#float-layer-btn')[0]) {
e
.
srcEvent
.
stopPropagation
();
});
if
(
typeof
window
.
cookie
===
'function'
&&
!
window
.
cookie
(
'_float-layer-app'
))
{
$
(
'#float-layer-app'
).
show
();
}
else
{
$
(
'#float-layer-app'
).
hide
();
}
// if (typeof window.cookie === 'function' && !window.cookie('_float-layer-app')) {
// $('#float-layer-app').show();
// } else {
// $('#float-layer-app').hide();
// }
}
...
...
public/js/footer.js
View file @
2c05d3e
...
...
@@ -45,9 +45,9 @@ if ($('#float-layer-btn') && $('#float-layer-btn')[0]) {
e
.
srcEvent
.
stopPropagation
();
});
if
(
typeof
window
.
cookie
===
'function'
&&
!
window
.
cookie
(
'_float-layer-app'
))
{
$
(
'#float-layer-app'
).
show
();
}
else
{
$
(
'#float-layer-app'
).
hide
();
}
// if (typeof window.cookie === 'function' && !window.cookie('_float-layer-app')) {
// $('#float-layer-app').show();
// } else {
// $('#float-layer-app').hide();
// }
}
...
...
public/js/guang/info-index.page.js
View file @
2c05d3e
...
...
@@ -334,10 +334,10 @@ $('.wei-share').on('touchend', function(e) {
});
if
(
typeof
window
.
cookie
===
'function'
&&
parseInt
(
window
.
cookie
(
'_float-layer-app-close'
))
!=
2
)
{
$
(
'#float-layer-app'
).
show
();
//
$('#float-layer-app').show();
$
(
'.down-bottom'
).
show
();
}
else
{
$
(
'#float-layer-app'
).
hide
();
//
$('#float-layer-app').hide();
$
(
'.down-bottom'
).
hide
();
}
}
...
...
public/scss/activity/live/_play.css
View file @
2c05d3e
...
...
@@ -153,6 +153,7 @@
background-size
:
contain
;
}
.float-layer
{
opacity
:
0
;
height
:
128px
;
background
:
rgba
(
68
,
68
,
68
,
0.95
);
position
:
fixed
;
...
...
public/scss/guang/_detail.css
View file @
2c05d3e
...
...
@@ -539,6 +539,7 @@
line-height
:
90px
;
background-image
:
linear-gradient
(
#323232
,
#414141
);
overflow
:
hidden
;
position
:
relative
;
.iconfont
{
color
:
#fff
;
...
...
public/scss/layout/_footer.css
View file @
2c05d3e
...
...
@@ -126,6 +126,7 @@
}
.float-layer
{
opacity
:
0
;
height
:
44
PX
;
background
:
rgba
(
68
,
68
,
68
,
0.95
);
position
:
fixed
;
...
...
Please
register
or
login
to post a comment