{php} $pageConfig = [ 'is_page' => 2, 'list_rows' => 10 ]; $where = [ ['is_hot', '=', 1] ]; $hotProductList = siteGetList(modelId:1, pageConfig:$pageConfig, where:$where); {/php} {if !isEmpty($hotProductList)}

{:lang('hot_products')}

{volist name="hotProductList" id="vo"}
{$vo.name}

{$vo.introduction}

{/volist}
{/if}