规格列表 规格名称 规格数据 操作 {set:$queryObj=Api::run('getListBySpec',array('is_del'=>0));$resultData=$queryObj->find()} {foreach:items=$resultData} {$item['name']}{echo:$item['note']?"【".$item['note']."】":"";} {set:$_specValue = JSON::decode($item['value'])} {if:$_specValue} {foreach:items=$_specValue item=$image key=$value}【{$value}】{/foreach} {/if} {/foreach} {$queryObj->getPageBar()}