{set:$seller_id = $this->seller['seller_id']}

规格列表

{set:$queryObj=Api::run('getListBySpec',array('is_del'=>0));$resultData=$queryObj->find()} {foreach:items=$resultData} {/foreach}
规格名称 规格数据 操作
{$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}
{$queryObj->getPageBar()}