|
|
@ -32,7 +32,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="have_product">
|
|
|
|
<div class="have_product">
|
|
|
|
<ul >
|
|
|
|
<ul >
|
|
|
|
<volist name="recommend" id="rec" offset="0" length="1">
|
|
|
|
<volist name="recommend" id="rec">
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<img src="{:get_cover($rec['cover'],'path')}" onerror="this.src='__IMG__/empty.jpg';this.onerror=null"/>
|
|
|
|
<img src="{:get_cover($rec['cover'],'path')}" onerror="this.src='__IMG__/empty.jpg';this.onerror=null"/>
|
|
|
|
<div class="have_product_box">
|
|
|
|
<div class="have_product_box">
|
|
|
@ -42,6 +42,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|