<{foreach from=$sItem.sel_options item=soItem key=pSpecId}>
|
<{if $sItem.spec_type == 'text'}>
<{$sItem.options[$soItem.spec_value_id].spec_value|htmlspecialchars}>
<{else}>
<{assign var='svid' value=$soItem.spec_value_id}>
<{/if}>
|
|
<{if $sItem.spec_type == 'image'}>
<{t}>上传<{/t}>
|
<{/if}>
<{if $soItem.spec_goods_images}><{foreach from=','|explode:$soItem.spec_goods_images item=imgItem name=gimgs}><{if $smarty.foreach.gimgs.iteration<5 }> <{elseif $smarty.foreach.gimgs.iteration==5}>...<{/if}><{/foreach}><{/if}>
<{t}>选择<{/t}> |
|
<{/foreach}>