{loop $list $v}
  • {$v['title']}
    {if $v['istmall']==1}去天猫{else}去淘宝{/if}
    销量:{$v['goods_sale']}
  • {/loop}