@@ -64,7 +64,6 @@
{foreach $catelist as $key=>$v}
<input type="radio" name="cate" {if $v.id eq $vo.cate}checked{/if} value="{$v.id}" title="{$v.name}">
{/foreach}
-
{/if}
</div>
</label>