作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

@@ -162,6 +162,12 @@ @@ -162,6 +162,12 @@
162 $('.ce'+{$category}).children('h3').css({color:"red"}); 162 $('.ce'+{$category}).children('h3').css({color:"red"});
163 163
164 })*/ 164 })*/
  165 + $(window).resize(function(){
  166 + $('.ce1'+{$category}).trigger('click');
  167 + $('.ce1'+{$category}).children('h2').css({color:"red"});
  168 + $('.ce'+{$category}).parent().parent().prev().trigger('click');
  169 + $('.ce'+{$category}).children('h3').css({color:"red"});
  170 + });
165 171
166 //点击产品中心 172 //点击产品中心
167 function chanpin(){ 173 function chanpin(){