Commit df9f2af5 authored by liukang's avatar liukang

修改提交

parent 0d8c038f
<?php /*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:1648203345;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<?php /*a:4:{s:72:"D:\PHPStormProject\fanchi\config/../template/home\index\Index\index.html";i:1648434703;s:73:"D:\PHPStormProject\fanchi\config/../template/home\public\header_meta.html";i:1643097517;s:69:"D:\PHPStormProject\fanchi\config/../template/home\public\nav_bar.html";i:1648203384;s:68:"D:\PHPStormProject\fanchi\config/../template/home\public\footer.html";i:1648203268;}*/ ?>
<html>
<head>
<title>海星-全民娱乐直播平台</title>
......@@ -494,7 +494,7 @@
<p class="note">进入凡骄的世界,去结识那些陌生而有趣的人</p>
<ul class="clearfix">
<?php if(is_array($know_list) || $know_list instanceof \think\Collection || $know_list instanceof \think\Paginator): $i = 0; $__LIST__ = $know_list;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
<li><img class="te" src="<?php echo htmlentities($vo['img_url']); ?>" style="width:290px"></li>
<li><img class="te" src="<?php echo htmlentities($vo); ?>" style="width:290px"></li>
<?php endforeach; endif; else: echo "" ;endif; ?>
</ul>
</section>
......@@ -737,7 +737,7 @@ $(document).ready(function(){
modal.style.display = "none";
}
$.post('/getConfig',function (data){
$.post('/getConfig',{type:1},function (data){
if (data.banner){
// $('#playerbanner').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
$('.page-1').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
......
......@@ -271,7 +271,7 @@
<p class="note">进入凡骄的世界,去结识那些陌生而有趣的人</p>
<ul class="clearfix">
{volist name="know_list" id="vo"}
<li><img class="te" src="{$vo.img_url}" style="width:290px"></li>
<li><img class="te" src="{$vo}" style="width:290px"></li>
{/volist}
</ul>
</section>
......@@ -434,7 +434,7 @@ $(document).ready(function(){
modal.style.display = "none";
}
$.post('/getConfig',function (data){
$.post('/getConfig',{type:1},function (data){
if (data.banner){
// $('#playerbanner').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
$('.page-1').css('background','#1e78eb url('+data.banner+') no-repeat').css('backgroundSize','100% 100%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment