wupengfei 2 năm trước cách đây
mục cha
commit
3f6203bfe0
2 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 1
      .idea/workspace.xml
  2. 0 2
      application/user/view/member/add.html

+ 1 - 1
.idea/workspace.xml

@@ -220,7 +220,7 @@
       <workItem from="1673571454158" duration="9346000" />
       <workItem from="1674867530758" duration="21886000" />
       <workItem from="1674954170403" duration="11047000" />
-      <workItem from="1675039400405" duration="7597000" />
+      <workItem from="1675039400405" duration="7615000" />
     </task>
     <servers />
   </component>

+ 0 - 2
application/user/view/member/add.html

@@ -30,8 +30,6 @@
                 <div style="display: none;"><input type="checkbox" name="" ></div>
                 {foreach $tag_arr as $key=>$value}
                 <input type="checkbox" name="label[{$key}]" title="{$value}" {if isset($label_arr) && in_array($key,$label_arr)} checked = "checked" {/if}>
-                <input type="checkbox" name="label[{$key}]" title="{$value}" {if isset($label_arr) && in_array($key,$label_arr)} checked = "checked" {/if}>
-                <input type="checkbox" name="label[{$key}]" title="{$value}" {if isset($label_arr) && in_array($key,$label_arr)} checked = "checked" {/if}>
                 {/foreach}
             </div>
         </div>