{include file="common/common_head_content" /} {include file="common/common_statistical_code_body_start" /} {include file="common/common_header_nav" /} {include file="common/common_page_banner" /}
{include file="common/common_crumbs" /}

{$detail.name|default=''|raw}

{$detail.introduction|default=''}

{php} $pageConfig = [ 'is_page' => 1, 'list_rows' => 6, 'curr_page' => 'active', 'pre_text' => 'Previous', 'next_text' => 'Next', 'div_class' => 'pages-btn', 'def_pre_class' => 'big', 'def_next_class' => 'big', ]; $list = siteGetList($detail['model_id'], $detail['arrchildid'], $pageConfig); {/php}
    {foreach $list as $key => $item}
  • Q: {$item.name}

    A:

    {$item.answer}

  • {/foreach}
{$list->render()|raw}
{include file="common/common_footer_bot" /} {include file="common/common_statistical_code_body_end" /}