为您推荐
{loop $like_list $item}
商品图

{$item['title']}

{if $item['sell_type'] == 1} {$item['integral']}积分 {elseif $item['sell_type'] == 2} {$item['price']} {elseif $item['sell_type'] == 3} {$item['price']}+{$item['integral']}积分 {/if} {if ($item['sell_type'] == 2 || $item['sell_type'] == 3) && $item['market_price'] > 0} {$item['market_price']} {/if}

{/loop}