songxingwei 3 anni fa
parent
commit
214362aad3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}