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

产品

... ... @@ -87,6 +87,13 @@ class ProductController extends HomeBaseController{
}
//详情页
public function details(){
}
}
... ...
... ... @@ -131,6 +131,11 @@
$('.pro_right_txt').after("<div class='pro_btn' onclick='tiaozhuan("+shuju.id+")'>显示更多</div>");
});
}
//跳转到详细页面
function tiaozhuan(id){
window.location.href = "{:url('Product/details'}?id="+id;
}
</script>
<script>
// 头部下拉
... ...