songxingwei před 3 roky
rodič
revize
bddaf080ae
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      application/store/view/article/form.html

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

@@ -36,8 +36,8 @@
                 <span class="color-green" >类型</span><br />
                 <span >
                 {if !isset($vo.id)}
-                    <input checked type="radio" name="type" lay-filter="type" value="1" title="售前业务">
-                    <input type="radio" name="type" value="2" lay-filter="type" title="售后业务">
+                    <input type="radio" required name="type" lay-filter="type" value="1" title="售前业务">
+                    <input type="radio" name="type" required value="2" lay-filter="type" title="售后业务">
                 {else}
                     {if isset($vo.type) && $vo.type eq 1}
                         <input checked type="radio" name="type" lay-filter="type" value="1"> 售前业务