|
@@ -385,7 +385,7 @@
|
|
|
$("#infoBtn").removeClass("active");
|
|
|
subtype = subtype.split(",");
|
|
|
for(var i=0;i<subtype.length;i++){
|
|
|
- $(".info-content>font").each(function(){
|
|
|
+ $(".info-content font").each(function(){
|
|
|
if($(this).text() == subtype[i]){
|
|
|
$(this).addClass("active")
|
|
|
}
|
|
@@ -4612,7 +4612,7 @@ function checkTagDisabled () {
|
|
|
$(".info-content font").removeClass('active').removeClass('secondActice')
|
|
|
item.subtype = item.subtype.toString().split(",");
|
|
|
for(var i=0;i<item.subtype.length;i++){
|
|
|
- $(".info-content>font").each(function(){
|
|
|
+ $(".info-content font").each(function(){
|
|
|
if($(this).text() == item.subtype[i]){
|
|
|
$(this).addClass("active")
|
|
|
}
|
|
@@ -5081,6 +5081,8 @@ function checkTagDisabled () {
|
|
|
if(item === 1) {
|
|
|
location.replace('/jylab/supsearch/index.html?searchGroup=1')
|
|
|
}
|
|
|
+ } else {
|
|
|
+ window.location.replace('/page_workDesktop/work-bench/page?link=' + encodeURIComponent('/jylab/supsearch/index.html?searchGroup=' + item))
|
|
|
}
|
|
|
this.searchTab = item
|
|
|
// if (item !== 0) {
|