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
ccbikai(👎🏻🍜)
8 years ago
Commit
baeb02456a9c4d2a76cd51b79e2d3eee2186d9a1
2 parents
9d239735
b6e0c00c
Merge branch 'release/5.0.0'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
public/js/common/footer.js
public/js/common/footer.js
View file @
baeb024
...
...
@@ -18,7 +18,7 @@ function getQueryString(name) {
var
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
,
'i'
);
var
r
=
window
.
location
.
search
.
substr
(
1
).
match
(
reg
);
if
(
r
!=
null
)
{
if
(
r
!=
=
null
)
{
return
window
.
unescape
(
r
[
2
]);
}
return
null
;
...
...
@@ -40,7 +40,7 @@ function downLoadApp() {
},
500
);
}
$
(
'#float-layer-close'
).
on
(
'touchend'
,
function
(
e
)
{
$
(
'#float-layer-close'
).
on
(
'touchend'
,
function
()
{
$
(
'#float-layer-app'
).
hide
();
window
.
setCookie
(
'_float-layer-app'
,
'id490655927'
,
{
...
...
@@ -61,9 +61,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
();
}
}
...
...
Please
register
or
login
to post a comment