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-17 19:47:18 +0800
Commit
5fbfbe59e80d743a51211e94ca0f743ca9d71d8b
2 parents
af1a4fab
9b6e842d
Merge branch 'release/app-download' into 'master'
注释掉下载条 See merge request
!168
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
public/js/common/footer.js
public/js/footer.js
public/js/guang/info-index.page.js
public/js/common/footer.js
View file @
5fbfbe5
...
...
@@ -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 @
5fbfbe5
...
...
@@ -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 @
5fbfbe5
...
...
@@ -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
();
}
}
...
...
Please
register
or
login
to post a comment