Sfoglia il codice sorgente

专题排名T30,选择js修改

chenjz 3 anni fa
parent
commit
4294c54f05
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/webapp/static/js/analysis/special_analysis.js

+ 1 - 1
src/main/webapp/static/js/analysis/special_analysis.js

@@ -500,7 +500,7 @@ function getPlatformRankList(){
500 500
 		if(res.code == 1 && res.data){
501 501
 			if(res.data.length > 0){
502 502
 				$.each(res.data, function(index, item){
503
-					html += "<tr class='"+(cur_brand == item.productName  && $("#type").val() == 1 ? 'trHover':'')+"'>"+
503
+					html += "<tr class='"+(cur_brand == item.productName && cur_secondInd == item.secondInd && $("#type").val() == 1 ? 'trHover':'')+"'>"+
504 504
 						"<td>"+(index+1)+"</td>"+
505 505
 						"<td>"+item.productName+"</td>"+
506 506
 						"<td>"+item.secondInd+"</td>"+