Showing
4 changed files
with
10 additions
and
9 deletions
@@ -5,14 +5,14 @@ | @@ -5,14 +5,14 @@ | ||
5 | <span class='pop-img-container swiper-wrapper'> | 5 | <span class='pop-img-container swiper-wrapper'> |
6 | {{# pop}} | 6 | {{# pop}} |
7 | <span class='pop-link swiper-slide' href="{{link}}" target="_blank"> | 7 | <span class='pop-link swiper-slide' href="{{link}}" target="_blank"> |
8 | - <img src='{{img}}' class='img'/> | ||
9 | - <a class='title'_title='{{title}}'>{{title}}</a> | 8 | + <a><img src='{{img}}' class='img'/></a> |
9 | + <a href='{{link}}' class='title'_title='{{title}}'>{{title}}</a> | ||
10 | <span class='date default-pop-date' _time='{{time}}'> | 10 | <span class='date default-pop-date' _time='{{time}}'> |
11 | {{#if channelClass}} | 11 | {{#if channelClass}} |
12 | - <a target="_blank" class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a> | | 12 | + <a target="_blank" href='{{link}}' class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a> | |
13 | {{/if}} | 13 | {{/if}} |
14 | </span> | 14 | </span> |
15 | - <a class='detail' _title='{{detail}}'>{{detail}}</a> | 15 | + <a class='detail' href='{{link}}' _title='{{detail}}'>{{detail}}</a> |
16 | </span> | 16 | </span> |
17 | {{/ pop}} | 17 | {{/ pop}} |
18 | </span> | 18 | </span> |
@@ -5,14 +5,14 @@ | @@ -5,14 +5,14 @@ | ||
5 | <span class='pop-img-container swiper-wrapper'> | 5 | <span class='pop-img-container swiper-wrapper'> |
6 | {{# pop}} | 6 | {{# pop}} |
7 | <span class='pop-link swiper-slide' href="{{link}}" target="_blank"> | 7 | <span class='pop-link swiper-slide' href="{{link}}" target="_blank"> |
8 | - <img src='{{img}}' class='img'/> | ||
9 | - <a class='title'_title='{{title}}'>{{title}}</a> | 8 | + <a><img src='{{img}}' class='img'/></a> |
9 | + <a href='{{link}}' class='title'_title='{{title}}'>{{title}}</a> | ||
10 | <span class='date default-pop-date' _time='{{time}}'> | 10 | <span class='date default-pop-date' _time='{{time}}'> |
11 | {{#if channelClass}} | 11 | {{#if channelClass}} |
12 | - <a target="_blank" class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a> | | 12 | + <a target="_blank" href='{{link}}' class="default-pop-subchannel" href="{{channelURL}}">{{channelClass}}</a> | |
13 | {{/if}} | 13 | {{/if}} |
14 | </span> | 14 | </span> |
15 | - <a class='detail' _title='{{detail}}'>{{detail}}</a> | 15 | + <a class='detail' href='{{link}}' _title='{{detail}}'>{{detail}}</a> |
16 | </span> | 16 | </span> |
17 | {{/ pop}} | 17 | {{/ pop}} |
18 | </span> | 18 | </span> |
@@ -29,6 +29,7 @@ | @@ -29,6 +29,7 @@ | ||
29 | <li class="item enterprise-show"><span>YOHO!SHOW</span><a href="http://www.yohoshow.com" target="_blank">物趣分享</a></li> | 29 | <li class="item enterprise-show"><span>YOHO!SHOW</span><a href="http://www.yohoshow.com" target="_blank">物趣分享</a></li> |
30 | <li class="item enterprise-yohood"><span>YO'HOOD</span><a href="http://www.yohood.cn" target="_blank">潮流嘉年華</a></li> | 30 | <li class="item enterprise-yohood"><span>YO'HOOD</span><a href="http://www.yohood.cn" target="_blank">潮流嘉年華</a></li> |
31 | <li class="jianfan"><a class="unchoosen" href="/go/location">简</a> <a class="unchoosen">/</a> <a class="choosen" href="#">繁</a></li> | 31 | <li class="jianfan"><a class="unchoosen" href="/go/location">简</a> <a class="unchoosen">/</a> <a class="choosen" href="#">繁</a></li> |
32 | + | ||
32 | </ul> | 33 | </ul> |
33 | </div> | 34 | </div> |
34 | 35 |
-
Please register or login to post a comment