作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -284,6 +284,7 @@
</div>
<div class="list">
<foreach name="list" item="vo">
<a href="{:url('portal/brand/brandDetail',array('id'=>$vo.id))}">
<div class="list_item">
<div class="item_img">
<img src="{:cmf_get_image_preview_url($vo.thumbnail)}" alt="">
... ... @@ -294,6 +295,7 @@
<p class="item_floor">{$vo.fname}</p>
</div>
</div>
</a>
</foreach>
<!--<div class="list_item">-->
<!--<div class="item_img">-->
... ... @@ -531,7 +533,7 @@ function floor(obj) {
url: "{:url('portal/brand/brandAjax')}",
type: "post",
data: {
category:id,
floor:id,
},
success: function (data) {
var html = "";
... ...