|
@@ -282,6 +282,7 @@
|
|
|
{{range $i,$v := .T.hotWinner}}
|
|
|
<a href="{{$v.Url}}" rel="nofollow" target="_blank">{{$v.Name}}</a>
|
|
|
{{end}}
|
|
|
+ <div class="see_more"><span class="icon-right"></span><span class="see_more_text" onclick="seeMore_index('hotWinner')">查看更多</span></div>
|
|
|
</div>
|
|
|
<div class="recommend-content line-show">
|
|
|
<ul class="clearfix">
|
|
@@ -309,6 +310,7 @@
|
|
|
{{range $k,$v := .T.hotBuyers}}
|
|
|
<a class="tab-link tab-label" href="{{$v.Url}}" rel="nofollow" target="_blank">{{$v.Name}}</a>
|
|
|
{{end}}
|
|
|
+ <div class="see_more"><span class="icon-right"></span><span class="see_more_text" onclick="seeMore_index('buyer')">查看更多</span></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1134,6 +1136,23 @@
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
+ function seeMore_index(type){
|
|
|
+ if(!loginflag){
|
|
|
+ if(type == 'hotWinner'){
|
|
|
+ window.location.href= "/qy/"
|
|
|
+ } else {
|
|
|
+ window.location.href= "/dw/"
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ if(type == 'hotWinner'){
|
|
|
+ var goHref_winner = location.origin + '/jylab/entSearch/index.html'
|
|
|
+ window.location.href = '/page_workDesktop/work-bench/page?link=' + goHref_winner
|
|
|
+ } else {
|
|
|
+ var goHref_buyer = location.origin + '/jylab/purSearch/index.html'
|
|
|
+ window.location.href = '/page_workDesktop/work-bench/page?link=' + goHref_buyer
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
window.loginCallback = function () {
|
|
|
$('.jy-index-freeRegistration').hide()
|
|
|
}
|