Authored by happyhour7@163.com

更正首页无通栏无广告时的POP位置错误BUG

<div class='pop-container' style='position:relative;'>
<div class='pop-container' style="position:relative;">
<span class='pop-text'>#POP</span>
<div class="swiper-container3">
<span class='pop-img-container swiper-wrapper'>
... ... @@ -6,7 +7,10 @@
<a class='pop-link swiper-slide' href="{{link}}" target="_blank">
<img src='{{img}}' class='img'/>
<span class='title'_title='{{title}}'>{{title}}</span>
<span class='date' _title='{{date}}'>{{date}}</span>
<span class='date default-pop-date' _time='{{time}}'>
{{#if channelClass}}
<a target="_blank" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}</span>
<span class='detail' _title='{{detail}}'>{{detail}}</span>
</a>
{{/ pop}}
... ...