正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | <div class="product_mainBox"> | 74 | <div class="product_mainBox"> |
75 | 75 | ||
76 | <div class="pro_left"> | 76 | <div class="pro_left"> |
77 | - <h1 class="proTitle" >产品中心</h1> | 77 | + <h1 class="proTitle" onclick="chanpin()" >产品中心</h1> |
78 | 78 | ||
79 | 79 | ||
80 | 80 | ||
@@ -163,19 +163,19 @@ | @@ -163,19 +163,19 @@ | ||
163 | }) | 163 | }) |
164 | 164 | ||
165 | //点击产品中心 | 165 | //点击产品中心 |
166 | - /* function chanpin(id){ | 166 | + function chanpin(){ |
167 | 167 | ||
168 | $('.ce1_title').children('h2').css({color:""}); | 168 | $('.ce1_title').children('h2').css({color:""}); |
169 | $('.ce1_2_Li_title').children('h3').css({color:""}); | 169 | $('.ce1_2_Li_title').children('h3').css({color:""}); |
170 | 170 | ||
171 | - $.post("{:url('Product/chanpins')}", {:}, function(data) { | 171 | + $.post("{:url('Product/chanpins')}", function(data) { |
172 | shuju = JSON.parse(data); | 172 | shuju = JSON.parse(data); |
173 | $('.biaoti').text(shuju.post_title); | 173 | $('.biaoti').text(shuju.post_title); |
174 | $('.zhaiyao').text(shuju.post_excerpt); | 174 | $('.zhaiyao').text(shuju.post_excerpt); |
175 | $('.pro_right_txt').html(shuju.post_content); | 175 | $('.pro_right_txt').html(shuju.post_content); |
176 | }); | 176 | }); |
177 | 177 | ||
178 | - }*/ | 178 | + } |
179 | 179 | ||
180 | 180 | ||
181 | 181 |
-
请 注册 或 登录 后发表评论