...
|
...
|
@@ -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(); |
...
|
...
|
|