Authored by happyhour7@163.com

解决首页无法切换简繁体BUG

... ... @@ -5,14 +5,14 @@
<span class='pop-img-container swiper-wrapper'>
{{# pop}}
<span class='pop-link swiper-slide' href="{{link}}" target="_blank">
<img src='{{img}}' class='img'/>
<a class='title'_title='{{title}}'>{{title}}</a>
<a><img src='{{img}}' class='img'/></a>
<a href='{{link}}' class='title'_title='{{title}}'>{{title}}</a>
<span class='date default-pop-date' _time='{{time}}'>
{{#if channelClass}}
<a target="_blank" class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
<a target="_blank" href='{{link}}' class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}
</span>
<a class='detail' _title='{{detail}}'>{{detail}}</a>
<a class='detail' href='{{link}}' _title='{{detail}}'>{{detail}}</a>
</span>
{{/ pop}}
</span>
... ...
... ... @@ -5,14 +5,14 @@
<span class='pop-img-container swiper-wrapper'>
{{# pop}}
<span class='pop-link swiper-slide' href="{{link}}" target="_blank">
<img src='{{img}}' class='img'/>
<a class='title'_title='{{title}}'>{{title}}</a>
<a><img src='{{img}}' class='img'/></a>
<a href='{{link}}' class='title'_title='{{title}}'>{{title}}</a>
<span class='date default-pop-date' _time='{{time}}'>
{{#if channelClass}}
<a target="_blank" class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
<a target="_blank" href='{{link}}' class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a>&nbsp;|&nbsp;
{{/if}}
</span>
<a class='detail' _title='{{detail}}'>{{detail}}</a>
<a class='detail' href='{{link}}' _title='{{detail}}'>{{detail}}</a>
</span>
{{/ pop}}
</span>
... ...
{{> layout/header_jian }}
{{> layout/header_fan }}
{{> default/channel_banner}}
<!--六个小电视-->
<div class="tv-area">
... ...
... ... @@ -29,6 +29,7 @@
<li class="item enterprise-show"><span>YOHO!SHOW</span><a href="http://www.yohoshow.com" target="_blank">物趣分享</a></li>
<li class="item enterprise-yohood"><span>YO'HOOD</span><a href="http://www.yohood.cn" target="_blank">潮流嘉年華</a></li>
<li class="jianfan"><a class="unchoosen" href="/go/location"></a>&nbsp;<a class="unchoosen">/</a>&nbsp;<a class="choosen" href="#"></a></li>
</ul>
</div>
... ...