songxingwei 3 년 전
부모
커밋
214362aad3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}