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

产品

... ... @@ -104,7 +104,7 @@ class ProductController extends HomeBaseController{
//查询所有文章
public function wenzhang(){
/* public function wenzhang(){
$id = input('post.id');
$data = Db::name('portal_category_post') -> where('category_id',$id) -> select();
... ... @@ -118,7 +118,7 @@ class ProductController extends HomeBaseController{
return json_encode($arr);
}
}*/
//查询单个文章
public function danwz(){
... ...
... ... @@ -61,10 +61,10 @@
<img src="__TMPL__/public/assets/images/aicon09.png" alt="">
<h3>{$vo.name}</h3>
</div>
<div class="ce1_3 tj{$vo.id}">
<!-- <div class="ce1_3 tj{$vo.id}">
</div>
</div> -->
</div>
</volist>
... ... @@ -120,6 +120,7 @@
//点击查询单个文章
function neiro(id){
console.log(id);
$.post("{:url('Product/danwz')}", {id:id}, function(data) {
shuju = JSON.parse(data);
$('.biaoti').text(shuju.post_title);
... ...