songxingwei hace 3 años
padre
commit
d0eea7f7a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/store/view/article/form.html

+ 1 - 1
application/store/view/article/form.html

@@ -57,7 +57,7 @@
                 <div id="cate" lay-filter="cate">
                     {if !isset($vo.id)}
                        {foreach $catelist as $key=>$v}
-                         <input type="radio" name="cate" checked value="{$v.id}" title="{$v.name}">
+                         <input type="radio" name="cate" value="{$v.id}" title="{$v.name}">
                        {/foreach}
 
                     {else}