Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
c7d796ad704013de8179a02693c3544d9f385a74
1 parent
e0ef5cca
顶部 banner 990 错误修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/header.js
web-static/js/header.js
View file @
c7d796a
...
...
@@ -347,7 +347,7 @@ function JsonPCallBack(data) {
if
(
data
.
data
.
url
!==
''
)
{
topbanner
=
'<a target="_blank" href="'
+
data
.
data
.
url
+
'" class="page-top-banner"'
+
'style="height:36px;border:none;background-image:url('
+
window
.
unescape
(
data
.
data
.
src
)
+
');'
+
'background-position: center;display:block;
background-size:contain
"> </a>'
;
'background-position: center;display:block;"> </a>'
;
}
else
{
topbanner
=
'<div class="noticewrapper">'
+
'<div class="noticecontainer">'
+
...
...
@@ -1489,4 +1489,4 @@ function init() {
actionCover
();
//初次登录弹框
actionAddKeyWords
();
//增加关键字
}
init
();
\ No newline at end of file
init
();
...
...
Please
register
or
login
to post a comment