Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
c1163c55331591702e84ef1974e22a47c80de709
1 parent
9a062a82
测试bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
res/js/mobile.js
website/view/layout/default_layout_mobile.php
res/js/mobile.js
View file @
c1163c5
...
...
@@ -181,7 +181,6 @@ define('mobile', function(require, exports) {
autoplayDisableOnInteraction
:
false
});
}
$
(
".header-download-wrap"
).
before
(
'<div style="width:0px;height:0px" id="facebook_cover"><img src="'
+
shareCover
+
'" /></div>'
);
if
(
$
(
'.slide-navigator .dib'
).
find
(
'a'
).
size
()
<=
1
)
{
$
(
'.slide-navigator'
).
hide
();
}
...
...
website/view/layout/default_layout_mobile.php
View file @
c1163c5
...
...
@@ -14,6 +14,7 @@
<body>
<div
class=
"mobile-wrap"
>
<div
class=
"hd"
>
<div
id=
"facebook_cover"
style=
"width: 0px; height:0px;"
><img
src=
"http://img02.res.yoho.cn/blogimg/2015/06/12/15/02c7c0d9860ebd0c7096ceed035077ef8d.jpg"
style=
"width: 0px; height:0px;"
/></div>
<div
class=
"header-download-wrap"
>
<div
class=
"header-download clearfix"
>
<div
class=
"tip-pic"
></div>
...
...
Please
register
or
login
to post a comment