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

产品

@@ -120,7 +120,7 @@ @@ -120,7 +120,7 @@
120 <div class="pro_right_txt"> 120 <div class="pro_right_txt">
121 {$zuixin.post_content} 121 {$zuixin.post_content}
122 </div> 122 </div>
123 - <div class="pro_btn" onclick="tiaozhuan({$zuixin.id})"> 123 + <div class="pro_btn" >
124 显示更多 124 显示更多
125 </div> 125 </div>
126 </div> 126 </div>
@@ -150,6 +150,10 @@ @@ -150,6 +150,10 @@
150 } 150 }
151 }*/ 151 }*/
152 152
  153 + $('.pro_btn').click(function(){
  154 + $('.pro_right_txt').removeClass('pro_height');
  155 + })
  156 +
153 $(document).ready(function(){ 157 $(document).ready(function(){
154 158
155 $('.ce1'+{$category}).trigger('click'); 159 $('.ce1'+{$category}).trigger('click');
@@ -171,7 +175,7 @@ @@ -171,7 +175,7 @@
171 $('.zhaiyao').text(shuju.post_excerpt); 175 $('.zhaiyao').text(shuju.post_excerpt);
172 $('.pro_right_txt').html(shuju.post_content); 176 $('.pro_right_txt').html(shuju.post_content);
173 $('.pro_btn').remove(); 177 $('.pro_btn').remove();
174 - $('.pro_right_txt').after("<div class='pro_btn' onclick='tiaozhuan("+shuju.id+")'>显示更多</div>"); 178 + $('.pro_right_txt').after("<div class='pro_btn'>显示更多</div>");
175 $('.aside_son').remove(); 179 $('.aside_son').remove();
176 180
177 $.post("{:url('Product/commps')}", {id:id}, function(data) { 181 $.post("{:url('Product/commps')}", {id:id}, function(data) {