wupengfei 2 年之前
父节点
当前提交
3f6203bfe0
共有 2 个文件被更改,包括 1 次插入3 次删除
  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>