...
|
...
|
@@ -74,7 +74,7 @@ |
|
|
<div class="product_mainBox">
|
|
|
|
|
|
<div class="pro_left">
|
|
|
<h1 class="proTitle" >产品中心</h1>
|
|
|
<h1 class="proTitle" onclick="chanpin()" >产品中心</h1>
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -163,19 +163,19 @@ |
|
|
})
|
|
|
|
|
|
//点击产品中心
|
|
|
/* function chanpin(id){
|
|
|
function chanpin(){
|
|
|
|
|
|
$('.ce1_title').children('h2').css({color:""});
|
|
|
$('.ce1_2_Li_title').children('h3').css({color:""});
|
|
|
|
|
|
$.post("{:url('Product/chanpins')}", {:}, function(data) {
|
|
|
$.post("{:url('Product/chanpins')}", function(data) {
|
|
|
shuju = JSON.parse(data);
|
|
|
$('.biaoti').text(shuju.post_title);
|
|
|
$('.zhaiyao').text(shuju.post_excerpt);
|
|
|
$('.pro_right_txt').html(shuju.post_content);
|
|
|
});
|
|
|
|
|
|
}*/
|
|
|
}
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|