...
|
...
|
@@ -162,13 +162,14 @@ |
|
|
$('.ce'+{$category}).children('h3').css({color:"red"});
|
|
|
|
|
|
})*/
|
|
|
$(window).resize(function(){
|
|
|
console.log(222222);
|
|
|
|
|
|
|
|
|
$(function(){
|
|
|
$('.ce1'+{$category}).trigger('click');
|
|
|
$('.ce1'+{$category}).children('h2').css({color:"red"});
|
|
|
$('.ce'+{$category}).parent().parent().prev().trigger('click');
|
|
|
$('.ce'+{$category}).children('h3').css({color:"red"});
|
|
|
});
|
|
|
})
|
|
|
|
|
|
//点击产品中心
|
|
|
function chanpin(){
|
...
|
...
|
|