songxingwei 3 anos atrás
pai
commit
214362aad3
1 arquivos alterados com 1 adições e 1 exclusões
  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" value="{$v.id}" title="{$v.name}">
+                         <input type="radio" name="cate" checked value="{$v.id}" title="{$v.name}">
                        {/foreach}
 
                     {else}